Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 670 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 670 Bytes

Contributing

Welcome to the OpenTelemetry Java Examples repository!

Building

Java 17 or higher is required to build the projects in this repository. To check your Java version, run:

java -version

To build the project, run:

./gradlew assemble

Style guide

This repository follows the OpenTelemetry Java repository's style guide.

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