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{
useJUnitPlatform()
workingDir = new File("../core/assets")
testLogging {
exceptionFormat = 'full'
}
}
}
project(":tools"){