Skip to content

Commit c0cdf09

Browse files
committed
NH-118708: remove relocation pom
1 parent 426dac8 commit c0cdf09

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

solarwinds-otel-sdk/build.gradle.kts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,6 @@ publishing {
7474
from(components["java"])
7575
}
7676
}
77-
78-
// FIXME: remove because it's only needed once
79-
if (!System.getenv("SNAPSHOT_BUILD").toBoolean()) {
80-
register<MavenPublication>("relocation") {
81-
pom {
82-
groupId = "io.github.appoptics"
83-
artifactId = base.archivesName.get()
84-
version = swoAgentVersion
85-
86-
distributionManagement {
87-
relocation {
88-
groupId = rootProject.group.toString()
89-
artifactId = base.archivesName.get()
90-
version = swoAgentVersion
91-
message = "groupId has been changed"
92-
}
93-
}
94-
}
95-
}
96-
}
9777
}
9878
}
9979

0 commit comments

Comments
 (0)