Add dependency from alpha bom to stable bom (#6611)

This commit is contained in:
Trask Stalnaker 2022-09-14 08:22:29 -07:00 committed by GitHub
parent 0c41743888
commit 14b4b3ba07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ val otelVersion: String by project
dependencies {
api(platform("io.opentelemetry:opentelemetry-bom:${otelVersion}"))
api(platform("io.opentelemetry:opentelemetry-bom-alpha:${otelVersion}-alpha"))
api(platform(project(":bom")))
}
otelBom.projectFilter.set { it.findProperty("otel.stable") != "true" }