open-telemetry / semantic-conventions-java

Java generated classes for semantic conventions
Apache License 2.0
15 stars 19 forks source link

Encode semconv version in build dir to fix build cache #51

Closed jack-berg closed 7 months ago

jack-berg commented 7 months ago

You currently have to manually delete ./build when changing semconv versions because the build will see the existing /build/semantic-conventions dir and skip downloading / unzipping the new version. This fixes it encoding the version into the dir so that the download is always triggered.