Set failOnError=true as per Alexsey

This commit is contained in:
Bruce Eckel 2016-10-25 09:03:51 -07:00
parent 1bdf1beb30
commit e472e322b2

View File

@ -213,6 +213,9 @@ subprojects {
jmh {
jmhVersion = '1.15'
duplicateClassesStrategy = 'warn'
failOnError = true
// See https://github.com/melix/jmh-gradle-plugin
// for other options
}
List createdTasks = []