Full errors in test fails

This commit is contained in:
Vankka 2024-06-20 23:57:14 +03:00
parent c4ab582d62
commit f56d8c76e7
No known key found for this signature in database
GPG Key ID: 62E48025ED4E7EBB

View File

@ -99,6 +99,10 @@ subprojects {
test {
useJUnitPlatform()
testLogging {
exceptionFormat = 'full'
}
}
tasks.register('deleteJarsDir', Delete) {