fixed incorrect property

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

View File

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