Use new version 1.16

This commit is contained in:
Bruce Eckel 2016-11-09 08:50:05 -08:00
parent eeffb0d2dc
commit bfd04a0686

View File

@ -9,9 +9,9 @@ sourceSets {
}
jmh {
jmhVersion = '1.15'
jmhVersion = '1.16'
duplicateClassesStrategy = 'warn'
failOnError = true
// See https://github.com/melix/jmh-gradle-plugin
// for other options
}
}