We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7d03b commit d68fa23Copy full SHA for d68fa23
build.gradle
@@ -89,8 +89,8 @@ signing {
89
nexusPublishing {
90
repositories {
91
sonatype {
92
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
93
- 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/"))
94
username = System.env.SONATYPE_USERNAME
95
password = System.env.SONATYPE_PASSWORD
96
}
0 commit comments