Skip to content

Commit

Permalink
gradle: remove jcenter from repository lists
Browse files Browse the repository at this point in the history
  • Loading branch information
acrespo committed Sep 14, 2022
1 parent 3547c40 commit 434874c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()

}

dependencies {
Expand All @@ -10,7 +11,7 @@ buildscript {

allprojects {
repositories {
jcenter()
mavenCentral()
}

group = 'org.bitcoinj'
Expand Down

0 comments on commit 434874c

Please sign in to comment.