change test workingDir so it's persistent

This commit is contained in:
CreepyCre 2021-03-30 18:40:21 +02:00
parent a0dd3f0373
commit d1e4a1c011
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -31,3 +31,4 @@ logs
*.hprof
generated
.vscode
test

View file

@ -195,7 +195,7 @@ curseforge {
}
test {
workingDir = file('build/test')
workingDir = file('test')
systemProperty('fabric.dli.config', System.getProperty('fabric.dli.config'))
//useJUnitPlatform()