Skip to content

Commit de9342c

Browse files
author
Bruce Eckel
committed
JMH version now defined in only one place
1 parent 1feee27 commit de9342c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,16 +221,10 @@ subprojects {
221221
task run(dependsOn: createdTasks)
222222
}
223223

224-
/*repositories {
225-
mavenLocal()
226-
jcenter()
227-
mavenCentral()
228-
}*/
229-
230224
configure(subprojects - project(':onjava')) {
231225
dependencies {
232226
compile project(':onjava')
233-
compile 'org.openjdk.jmh:jmh-core:1.13'
227+
compile "org.openjdk.jmh:jmh-core:${jmh.jmhVersion}"
234228
}
235229
}
236230

0 commit comments

Comments
 (0)