print out more about test failures

This commit is contained in:
Matthew Kennedy 2023-04-02 14:22:04 -07:00
parent 2d91f6431b
commit 328f7565ab
1 changed files with 8 additions and 1 deletions

View File

@ -39,3 +39,10 @@ shadowJar {
exclude(dependency('com.ibm.icu:icu4j:.*'))
}
}
test {
testLogging {
events "failed"
exceptionFormat "full"
}
}