Add gradle conventions to contributing (#336)

This commit is contained in:
Trask Stalnaker 2023-05-24 07:29:49 -07:00 committed by GitHub
parent 22d0f8229b
commit 2a65bc101c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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") }`