File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ Welcome to the OpenTelemetry Java Examples repository!
4+
5+ ## Building
6+
7+ Java 17 or higher is required to build the projects in this repository.
8+ To check your Java version, run:
9+
10+ ``` bash
11+ java -version
12+ ```
13+
14+ To build the project, run:
15+
16+ ``` bash
17+ ./gradlew assemble
18+ ```
19+
20+ ## Style guide
21+
22+ This repository follows the OpenTelemetry Java
23+ repository's [ style guide] ( https://github.com/open-telemetry/opentelemetry-java/blob/main/CONTRIBUTING.md#style-guideline ) .
24+
25+ ## Gradle conventions
26+
27+ - Use kotlin instead of groovy
28+ - Plugin versions should be specified in ` settings.gradle.kts ` , not in individual modules
29+ - All modules use ` plugins { id("otel.java-conventions") } `
You can’t perform that action at this time.
0 commit comments