Skip to content

Commit 52bcbba

Browse files
Update build.gradle
1 parent ea330db commit 52bcbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ def isReleaseBuild() {
192192

193193
def getReleaseRepositoryUrl() {
194194
return hasProperty('RELEASE_REPOSITORY_URL') ? RELEASE_REPOSITORY_URL
195-
: "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
195+
: "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
196196
}
197197

198198
def getSnapshotRepositoryUrl() {
199199
return hasProperty('SNAPSHOT_REPOSITORY_URL') ? SNAPSHOT_REPOSITORY_URL
200-
: "https://oss.sonatype.org/content/repositories/snapshots/"
200+
: "https://central.sonatype.com/repository/maven-snapshots/"
201201
}
202202

203203
def getRepositoryUsername() {

0 commit comments

Comments
 (0)