Skip to content

Commit

Permalink
change repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed May 29, 2023
1 parent aeacadd commit 4fbde74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ allprojects {
repositories {
maven {
def isRelease = buildVersion.endsWith('SNAPSHOT')
def releasesRepoUrl = "https://repository.apache.org/service/local/staging/deploy/maven2"
def snapshotsRepoUrl = "https://repository.apache.org/content/repositories/snapshots"
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots"
url = isRelease ? snapshotsRepoUrl : releasesRepoUrl

def settingsXml = new File(System.getProperty('user.home'), '.m2/settings.xml')
Expand Down

0 comments on commit 4fbde74

Please sign in to comment.