Skip to content

Commit e472e32

Browse files
author
Bruce Eckel
committed
Set failOnError=true as per Alexsey
1 parent 1bdf1be commit e472e32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ subprojects {
213213
jmh {
214214
jmhVersion = '1.15'
215215
duplicateClassesStrategy = 'warn'
216+
failOnError = true
217+
// See https://github.com/melix/jmh-gradle-plugin
218+
// for other options
216219
}
217220

218221
List createdTasks = []

0 commit comments

Comments
 (0)