Bump JMH version to most current
This commit is contained in:
parent
a17f939fd9
commit
1feee27c31
@ -150,7 +150,7 @@ subprojects {
|
||||
}
|
||||
|
||||
jmh {
|
||||
jmhVersion = '1.12'
|
||||
jmhVersion = '1.13'
|
||||
}
|
||||
|
||||
List createdTasks = []
|
||||
@ -230,7 +230,7 @@ subprojects {
|
||||
configure(subprojects - project(':onjava')) {
|
||||
dependencies {
|
||||
compile project(':onjava')
|
||||
compile 'org.openjdk.jmh:jmh-core:1.12'
|
||||
compile 'org.openjdk.jmh:jmh-core:1.13'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user