mirror of https://github.com/grpc/grpc-java.git
f2348b0157
grpc-observability was accidentally included in grpc-bom in 1.45 even though it was not published to Maven Central. This is intended to reduce the likelihood of such things reoccurring. We only include a project in the bom if it is using maven-publish and if the publishing task is enabled. onlyIf is very similar to enabled, except it is processed just before the task is run. We need a more static property here, so swap to enabled. If a project uses onlyIf in the future, grpc-bom won't be able to automatically exclude it. |
||
---|---|---|
.. | ||
src | ||
build.gradle |