Skip to content

Commit 1f9d599

Browse files
authored
build: Set 'packageGroup' in 'nexusPublishing' (#13896)
Signed-off-by: Jendrik Johannes <[email protected]>
1 parent 49af179 commit 1f9d599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/plugins/src/main/kotlin/com.hedera.hashgraph.nexus-publish.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ plugins {
2020
}
2121

2222
nexusPublishing {
23+
packageGroup = "com.swirlds"
2324
repositories {
2425
sonatype {
2526
username = System.getenv("OSSRH_USERNAME")

0 commit comments

Comments
 (0)