We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd91ee4 commit 65aa3f4Copy full SHA for 65aa3f4
1 file changed
scripts/publish-root.gradle
@@ -36,6 +36,8 @@ if (snapshot) {
36
nexusPublishing {
37
repositories {
38
sonatype {
39
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
40
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
41
stagingProfileId = sonatypeStagingProfileId
42
username = ossrhUsername
43
password = ossrhPassword
0 commit comments