Skip to content

Commit 1df9980

Browse files
committed
use otel module name for package prefix
1 parent 5000438 commit 1df9980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ tasks {
9494
"Built-JDK" to System.getProperty("java.version"),
9595
"Implementation-Title" to project.base.archivesName,
9696
"Implementation-Version" to project.version,
97-
"-exportcontents" to "io.opentelemetry.semconv.*"
97+
"-exportcontents" to "${otelJava.moduleName.get()}.*"
9898
)
9999
}
100100
}

0 commit comments

Comments
 (0)