We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799f514 commit 5e004beCopy full SHA for 5e004be
conventions/src/main/kotlin/otel.bom-conventions.gradle.kts
@@ -21,7 +21,6 @@ afterEvaluate {
21
val bomProjects = rootProject.subprojects
22
.sortedBy { it.findProperty("archivesName") as String? }
23
.filter { !it.name.startsWith("bom") }
24
- .filter { !it.name.equals("javaagent") }
25
.filter(otelBom.projectFilter.get()::test)
26
.filter { it.plugins.hasPlugin("maven-publish") }
27
0 commit comments