We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e90f1 commit ed87d75Copy full SHA for ed87d75
buildSrc/src/main/groovy/tiled.maven-publish-conventions.gradle
@@ -40,10 +40,10 @@ publishing {
40
def ossrhUrl;
41
if (version.endsWith('SNAPSHOT')) {
42
// snapshot
43
- ossrhUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
+ ossrhUrl = 'https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/'
44
} else {
45
// release
46
- ossrhUrl = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
+ ossrhUrl = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
47
}
48
49
maven {
0 commit comments