Better exception output

This commit is contained in:
Anuken
2020-05-07 14:33:01 -04:00
parent 047652154e
commit d51a8611c3
2 changed files with 1 additions and 4 deletions

View File

@@ -287,6 +287,7 @@ project(":tests"){
test{
useJUnitPlatform()
workingDir = new File("../core/assets")
exceptionFormat = 'full'
}
}