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