change test workingDir so it's persistent
This commit is contained in:
parent
a0dd3f0373
commit
d1e4a1c011
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -31,3 +31,4 @@ logs
|
|||
*.hprof
|
||||
generated
|
||||
.vscode
|
||||
test
|
||||
|
|
|
@ -195,7 +195,7 @@ curseforge {
|
|||
}
|
||||
|
||||
test {
|
||||
workingDir = file('build/test')
|
||||
workingDir = file('test')
|
||||
|
||||
systemProperty('fabric.dli.config', System.getProperty('fabric.dli.config'))
|
||||
//useJUnitPlatform()
|
||||
|
|
Loading…
Reference in a new issue