mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
fixed incorrect property
This commit is contained in:
parent
d51a8611c3
commit
128c3625e2
1 changed files with 3 additions and 1 deletions
|
|
@ -287,7 +287,9 @@ project(":tests"){
|
|||
test{
|
||||
useJUnitPlatform()
|
||||
workingDir = new File("../core/assets")
|
||||
exceptionFormat = 'full'
|
||||
testLogging {
|
||||
exceptionFormat = 'full'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue