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 ab24f7c commit 203bc80Copy full SHA for 203bc80
build.gradle
@@ -206,8 +206,8 @@ if (System.getenv('GPG_KEY_ID')) {
206
nexusPublishing {
207
repositories {
208
sonatype {
209
- nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
210
- 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/")
211
stagingProfileId = '3c0bbfe420699e'
212
username = System.getenv('SONATYPE_USERNAME')
213
password = System.getenv('SONATYPE_PASSWORD')
0 commit comments