Merge branch 'jmh'

This commit is contained in:
James Ward 2016-08-05 14:40:22 -06:00
commit b72a223d07

View File

@ -132,6 +132,7 @@ subprojects {
repositories { repositories {
mavenLocal() mavenLocal()
jcenter()
mavenCentral() mavenCentral()
} }
@ -220,6 +221,12 @@ subprojects {
task run(dependsOn: createdTasks) task run(dependsOn: createdTasks)
} }
repositories {
mavenLocal()
jcenter()
mavenCentral()
}
configure(subprojects - project(':onjava')) { configure(subprojects - project(':onjava')) {
dependencies { dependencies {
compile project(':onjava') compile project(':onjava')