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 6e69476 commit 25cc298Copy full SHA for 25cc298
scripts/publish-root.gradle
@@ -27,8 +27,8 @@ nexusPublishing {
27
stagingProfileId = sonatypeStagingProfileId
28
username = ossrhUsername
29
password = ossrhPassword
30
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
31
- snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots"))
32
}
33
34
0 commit comments