Skip to content

Commit 295a9f9

Browse files
dariuszkucsmyrick
authored andcommitted
[build] explicitly set package group on nexus staging plugin (#560)
1 parent 86be17c commit 295a9f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ tasks {
182182
enabled = false
183183
}
184184
nexusStaging {
185-
serverUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
186185
username = System.getenv("SONATYPE_USERNAME")
187186
password = System.getenv("SONATYPE_PASSWORD")
187+
188+
packageGroup = rootProject.group.toString()
188189
}
189190
}

0 commit comments

Comments
 (0)