Skip to content

Commit daa8ac8

Browse files
author
Faisal Alqadi
committed
fix url
1 parent d3dc0aa commit daa8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/gradle/gradle-mvn-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def getReleaseRepositoryUrl() {
1212

1313
def getSnapshotRepositoryUrl() {
1414
return hasProperty('SNAPSHOT_REPOSITORY_URL') ? SNAPSHOT_REPOSITORY_URL
15-
: "https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/"
15+
: "https://central.sonatype.com/repository/maven-snapshots/"
1616
}
1717

1818
def getRepositoryUsername() {

0 commit comments

Comments
 (0)