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

Fix Main Build and PR Build workflows #5

Closed pichlermarc closed 1 year ago

pichlermarc commented 2 years ago

Currently the build fails until a new release of the opentelemetry-proto has been made upstream. This is due to a shortcut to make the release as simple as possible.

For instance: This Main Build workflow-run fails as it attempts to download https://github.com/open-telemetry/opentelemetry-proto/archive/v0.12.0.zip, which does not exist yet.

jack-berg commented 1 year ago

Solved in #12.