mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
build.gradle: Migrate repository from JCenter to Maven Central.
This commit is contained in:
parent
9174ae7495
commit
719917b29e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -10,7 +10,7 @@ buildscript {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'org.bitcoinj'
|
group = 'org.bitcoinj'
|
||||||
|
|
Loading…
Add table
Reference in a new issue