Closed jack-berg closed 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.
./gradlew build
-Prelease.version
This should allow both to work.
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.