We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc03ba2 commit cba332fCopy full SHA for cba332f
scripts/publish-root.gradle
@@ -33,6 +33,7 @@ nexusPublishing {
33
username = ossrhUsername
34
password = ossrhPassword
35
version = rootVersionName
36
+ nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
37
}
38
39
0 commit comments