Experimentally commented out 2nd "repositories" section

This commit is contained in:
Bruce Eckel 2016-08-07 17:42:08 -06:00
parent d9e652be5b
commit dd72625ffa

View File

@ -221,11 +221,11 @@ subprojects {
task run(dependsOn: createdTasks)
}
repositories {
/*repositories {
mavenLocal()
jcenter()
mavenCentral()
}
}*/
configure(subprojects - project(':onjava')) {
dependencies {