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 3ded9e8 commit 770a8bcCopy full SHA for 770a8bc
build.gradle
@@ -236,8 +236,8 @@ publishing {
236
nexusPublishing {
237
repositories {
238
sonatype {
239
- nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
240
- snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
241
}
242
243
0 commit comments