Enable full exception format for gradle test.

This commit is contained in:
Jeremy Wood 2023-03-08 23:52:24 -05:00
parent 686c4a4b16
commit d7f907b40c
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 4 additions and 0 deletions

View File

@ -262,4 +262,8 @@ jar.enabled = false
test {
useJUnitPlatform()
testLogging {
exceptionFormat = 'full'
}
}