We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ab5dd commit 552a7b4Copy full SHA for 552a7b4
1 file changed
build.gradle
@@ -101,8 +101,8 @@ signing {
101
nexusPublishing {
102
repositories {
103
sonatype {
104
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
105
- 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/"))
106
username = System.env.SONATYPE_USERNAME
107
password = System.env.SONATYPE_PASSWORD
108
}
0 commit comments