fixed incorrect property

This commit is contained in:
Anuken
2020-05-07 14:35:24 -04:00
parent d51a8611c3
commit 128c3625e2

View File

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