Skip to content

Commit

Permalink
Fix maven publishing of agent-for-testing module (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Aug 22, 2021
1 parent 5ff7901 commit 052d00d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildSrc/src/main/kotlin/otel.publish-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ publishing {
plugins.withId("java-platform") {
from(components["javaPlatform"])
}
if(project.name != "agent-for-testing") {
plugins.withId("java-library") {
from(components["java"])
}
plugins.withId("java-library") {
from(components["java"])
}

versionMapping {
Expand Down

0 comments on commit 052d00d

Please sign in to comment.