open-telemetry / opentelemetry-proto-java

Java Bindings for the OpenTelemetry Protocol (OTLP)
https://opentelemetry.io
Apache License 2.0
14 stars 11 forks source link

Seperate proto version from nebula.release version #12

Closed jack-berg closed 1 year ago

jack-berg commented 1 year ago

Didn't fully fix the release on friday: https://github.com/open-telemetry/opentelemetry-proto-java/actions/runs/5627084443/job/15249055398#step:5:340

It turns out that ./gradlew build was actually not working in this repo at all. Only releases which included -Prelease.version would successfully build. So all PRs builds fail, and when I fixed the PR builds, I broke the release builds.

This should allow both to work.