print out more about test failures

(cherry picked from commit 328f7565ab)
This commit is contained in:
Matthew Kennedy 2023-04-02 14:22:04 -07:00 committed by Andrey
parent c8d0ecaf7e
commit 20016f75f7
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"
}
}