Welcome to the OpenTelemetry Semantic Convention Java repository!
Java 17 or higher is required to build the projects in this repository (the built artifacts can be used on Java 8 or higher). To check your Java version, run:
java -version
To build the project, run:
./gradlew assemble
This repository follows the OpenTelemetry Java repository's style guide.