Skip to content

Commit b10d6d4

Browse files
committed
common.gradle: Central staging now configured on s01.oss.sonatype.org
1 parent 8f4cb6f commit b10d6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ publishing {
162162
password = gradle.rootProject.hasProperty('ossrhPassword') ? ossrhPassword : 'Unknown password'
163163
}
164164
name = 'OSSRH'
165-
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
165+
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2'
166166
}
167167
}
168168
}

0 commit comments

Comments
 (0)