Skip to content

Commit

Permalink
Replace JCenter with Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Mar 18, 2021
1 parent 88ff844 commit 7e23be2
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 7e23be2

Please sign in to comment.