Set failOnError=true as per Alexsey
This commit is contained in:
parent
1bdf1beb30
commit
e472e322b2
@ -213,6 +213,9 @@ subprojects {
|
|||||||
jmh {
|
jmh {
|
||||||
jmhVersion = '1.15'
|
jmhVersion = '1.15'
|
||||||
duplicateClassesStrategy = 'warn'
|
duplicateClassesStrategy = 'warn'
|
||||||
|
failOnError = true
|
||||||
|
// See https://github.com/melix/jmh-gradle-plugin
|
||||||
|
// for other options
|
||||||
}
|
}
|
||||||
|
|
||||||
List createdTasks = []
|
List createdTasks = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user