print out more about test failures
This commit is contained in:
parent
2d91f6431b
commit
328f7565ab
|
@ -38,4 +38,11 @@ shadowJar {
|
|||
exclude(dependency(global_libs.annotations))
|
||||
exclude(dependency('com.ibm.icu:icu4j:.*'))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
events "failed"
|
||||
exceptionFormat "full"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue