Skip to content

Commit 052d00d

Browse files
authored
Fix maven publishing of agent-for-testing module (#3892)
1 parent 5ff7901 commit 052d00d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ publishing {
99
plugins.withId("java-platform") {
1010
from(components["javaPlatform"])
1111
}
12-
if(project.name != "agent-for-testing") {
13-
plugins.withId("java-library") {
14-
from(components["java"])
15-
}
12+
plugins.withId("java-library") {
13+
from(components["java"])
1614
}
1715

1816
versionMapping {

0 commit comments

Comments
 (0)