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 d3dc0aa commit daa8ac8Copy full SHA for daa8ac8
plugin/gradle/gradle-mvn-push.gradle
@@ -12,7 +12,7 @@ def getReleaseRepositoryUrl() {
12
13
def getSnapshotRepositoryUrl() {
14
return hasProperty('SNAPSHOT_REPOSITORY_URL') ? SNAPSHOT_REPOSITORY_URL
15
- : "https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/"
+ : "https://central.sonatype.com/repository/maven-snapshots/"
16
}
17
18
def getRepositoryUsername() {
0 commit comments