fixed incorrect property

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

View File

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