Looks like we don't need Maven Central.

This commit is contained in:
akwizgran
2016-05-12 14:25:00 +01:00
parent ec083d617e
commit 7412ca59ac

View File

@@ -3,7 +3,6 @@
allprojects { allprojects {
repositories { repositories {
jcenter() jcenter()
mavenCentral()
mavenLocal() mavenLocal()
} }
} }
@@ -11,7 +10,6 @@ allprojects {
buildscript { buildscript {
repositories { repositories {
jcenter() jcenter()
mavenCentral()
mavenLocal() mavenLocal()
} }