Skip to content

Commit

Permalink
Add gradle conventions to contributing (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored May 24, 2023
1 parent 22d0f82 commit 2a65bc1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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") }`

0 comments on commit 2a65bc1

Please sign in to comment.