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 2981c84 commit cf8ce07Copy full SHA for cf8ce07
build.gradle.kts
@@ -20,8 +20,8 @@ val ossrhPassword: String by project.ext
20
nexusPublishing {
21
this.repositories {
22
sonatype {
23
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
24
- 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/"))
25
26
username.set(ossrhUsername)
27
password.set(ossrhPassword)
0 commit comments