Skip to content

Commit

Permalink
refactor: remove jcenter, use mavenCentral
Browse files Browse the repository at this point in the history
commons-exec was the only artifact still referenced on jcenter, and
it is available on mavenCentral
  • Loading branch information
mikehardy committed Apr 20, 2022
1 parent 370eb50 commit 52cb377
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 @@ -12,7 +12,7 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
Expand All @@ -33,7 +33,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit 52cb377

Please sign in to comment.