fixed incorrect property
This commit is contained in:
@@ -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"){
|
||||||
|
|||||||
Reference in New Issue
Block a user