Set the opentelemetry-bom archive name explicitly to fix publishing issue. (#2512)
This commit is contained in:
parent
04b6b51b5d
commit
4438508ef5
|
|
@ -5,6 +5,7 @@ plugins {
|
||||||
|
|
||||||
description = 'OpenTelemetry Bill of Materials'
|
description = 'OpenTelemetry Bill of Materials'
|
||||||
group = "io.opentelemetry"
|
group = "io.opentelemetry"
|
||||||
|
archivesBaseName = "opentelemetry-bom"
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue