Use JCenter repository (which pulls from Maven Central)

This commit is contained in:
str4d
2017-10-31 06:13:12 +00:00
parent 72081a8647
commit 041f5478a4

View File

@@ -2,7 +2,7 @@ subprojects {
apply plugin: 'java'
repositories {
mavenCentral()
jcenter()
}