Switch from jcenter() to mavenCentral()
This commit is contained in:
parent
e995914653
commit
3dd832f99f
|
@ -8,7 +8,7 @@ plugins {
|
|||
apply from: "gradle/gretty.gradle"
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue