Add gradle conventions to contributing (#336)
This commit is contained in:
parent
22d0f8229b
commit
2a65bc101c
|
@ -31,5 +31,12 @@ java -version
|
|||
|
||||
### Style guide
|
||||
|
||||
See the [Style guide](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/style-guideline.md)
|
||||
See
|
||||
the [Style guide](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/style-guideline.md)
|
||||
from the opentelemetry-java-instrumentation repository.
|
||||
|
||||
### Gradle conventions
|
||||
|
||||
- Use kotlin instead of groovy
|
||||
- Plugin versions should be specified in `settings.gradle.kts`, not in individual modules
|
||||
- All modules use `plugins { id("otel.java-conventions") }`
|
||||
|
|
Loading…
Reference in New Issue