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 b7b679f commit dc98406Copy full SHA for dc98406
1 file changed
build.gradle
@@ -277,7 +277,7 @@ publishing {
277
if (project.hasProperty('SB_SONATYPE_USER') && project.hasProperty('SB_SONATYPE_PASSWORD')) {
278
maven {
279
name = 'mavenCentralStaging'
280
- url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
+ url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
281
credentials {
282
username = project.getProperty('SB_SONATYPE_USER')
283
password = project.getProperty('SB_SONATYPE_PASSWORD')
0 commit comments