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 4e9e8a9 commit 7827efaCopy full SHA for 7827efa
scripts/publish-config.gradle
@@ -30,8 +30,8 @@ nexusPublishing {
30
stagingProfileId = sonatypeStagingProfileId
31
username = ossrhUsername
32
password = ossrhPassword
33
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
34
- 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/"))
35
}
36
37
0 commit comments