Skip to content

Commit dc98406

Browse files
committed
Update publishing process for new Maven Central Publisher Portal
1 parent b7b679f commit dc98406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ publishing {
277277
if (project.hasProperty('SB_SONATYPE_USER') && project.hasProperty('SB_SONATYPE_PASSWORD')) {
278278
maven {
279279
name = 'mavenCentralStaging'
280-
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
280+
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
281281
credentials {
282282
username = project.getProperty('SB_SONATYPE_USER')
283283
password = project.getProperty('SB_SONATYPE_PASSWORD')

0 commit comments

Comments
 (0)