opentelemetry-java/bom-alpha/build.gradle.kts

9 lines
247 B
Plaintext

plugins {
id("otel.bom-conventions")
}
description = "OpenTelemetry Bill of Materials (Alpha)"
group = "io.opentelemetry"
base.archivesName.set("opentelemetry-bom-alpha")
otelBom.projectFilter.set { it.findProperty("otel.release") == "alpha" }