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

@ -38,4 +38,11 @@ shadowJar {
exclude(dependency(global_libs.annotations))
exclude(dependency('com.ibm.icu:icu4j:.*'))
}
}
}
test {
testLogging {
events "failed"
exceptionFormat "full"
}
}