Skip to content

Commit

Permalink
Merge pull request #924 from Netflix/replace-jcenter
Browse files Browse the repository at this point in the history
Replace JCenter with Maven Central (3.x branch)
  • Loading branch information
rpalcolea authored Mar 23, 2021
2 parents 88ff844 + 7e23be2 commit 983bd1a
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 @@ -4,7 +4,7 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}

googleJavaFormat {
Expand Down Expand Up @@ -33,7 +33,7 @@ subprojects {
group = 'com.netflix.priam'

repositories {
jcenter()
mavenCentral()
}

configurations {
Expand Down

0 comments on commit 983bd1a

Please sign in to comment.