Remove mavenLocal and libs-release from gradle build

This commit is contained in:
Greg Turnquist 2015-02-25 09:39:57 -06:00
parent cee9eabde2
commit 9dc3473ee0
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
buildscript {
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
@ -19,7 +18,6 @@ jar {
}
repositories {
mavenLocal()
mavenCentral()
}

View File

@ -1,6 +1,5 @@
buildscript {
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
@ -19,7 +18,6 @@ jar {
}
repositories {
mavenLocal()
mavenCentral()
}