Skip to content

Commit 5e004be

Browse files
authored
Add javaagent to instrumentation bom (#9026)
1 parent 799f514 commit 5e004be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conventions/src/main/kotlin/otel.bom-conventions.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ afterEvaluate {
2121
val bomProjects = rootProject.subprojects
2222
.sortedBy { it.findProperty("archivesName") as String? }
2323
.filter { !it.name.startsWith("bom") }
24-
.filter { !it.name.equals("javaagent") }
2524
.filter(otelBom.projectFilter.get()::test)
2625
.filter { it.plugins.hasPlugin("maven-publish") }
2726

0 commit comments

Comments
 (0)