Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 530 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 530 Bytes

Contributing

Welcome to the OpenTelemetry Semantic Convention Java repository!

Building

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

Style guide

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