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 ea330db commit 52bcbbaCopy full SHA for 52bcbba
AdobeBranchExtension/build.gradle
@@ -192,12 +192,12 @@ def isReleaseBuild() {
192
193
def getReleaseRepositoryUrl() {
194
return hasProperty('RELEASE_REPOSITORY_URL') ? RELEASE_REPOSITORY_URL
195
- : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
+ : "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
196
}
197
198
def getSnapshotRepositoryUrl() {
199
return hasProperty('SNAPSHOT_REPOSITORY_URL') ? SNAPSHOT_REPOSITORY_URL
200
- : "https://oss.sonatype.org/content/repositories/snapshots/"
+ : "https://central.sonatype.com/repository/maven-snapshots/"
201
202
203
def getRepositoryUsername() {
0 commit comments