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 0228cd9 commit e5e2e59Copy full SHA for e5e2e59
gradle/publish-root.gradle
@@ -28,8 +28,8 @@ nexusPublishing {
28
stagingProfileId = sonatypeStagingProfileId
29
username = ossrhUsername
30
password = ossrhPassword
31
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
32
- 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/"))
33
}
34
35
0 commit comments