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 03cc7fc commit 6d5ffc8Copy full SHA for 6d5ffc8
gradle/deploy.gradle
@@ -60,9 +60,9 @@ publishing {
60
password System.getenv('OSSRH_PASSWORD')
61
}
62
if (isRelease) {
63
- url 'https://s01.oss.sonatype.org/content/repositories/releases/'
+ url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
64
} else {
65
- url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
+ url = 'https://central.sonatype.com/repository/maven-snapshots/'
66
67
68
0 commit comments