Skip to content

Commit

Permalink
Add javaagent to instrumentation bom (#9026)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 4, 2023
1 parent 799f514 commit 5e004be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ afterEvaluate {
val bomProjects = rootProject.subprojects
.sortedBy { it.findProperty("archivesName") as String? }
.filter { !it.name.startsWith("bom") }
.filter { !it.name.equals("javaagent") }
.filter(otelBom.projectFilter.get()::test)
.filter { it.plugins.hasPlugin("maven-publish") }

Expand Down

0 comments on commit 5e004be

Please sign in to comment.