We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b76d92 commit a13f8efCopy full SHA for a13f8ef
1 file changed
build.gradle
@@ -212,8 +212,8 @@ nexusPublishing {
212
213
repositories {
214
central {
215
- nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
216
- 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/")
217
username = ossrhUserName
218
password = ossrhToken
219
}
0 commit comments