Set different workdir
This commit is contained in:
parent
652b865b89
commit
afccae64ab
@ -23,4 +23,5 @@ tasks.test {
|
||||
tasks.register<JavaExec>("run_server") {
|
||||
classpath = sourceSets.main.get().runtimeClasspath
|
||||
main = "space.kscience.snark.main.MainKt"
|
||||
workingDir = File(workingDir.parent)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user