Add runserver directory.

This commit is contained in:
Len 2022-09-01 09:45:19 +02:00
parent 89acf0c10e
commit 5ac4c15902

View File

@ -32,6 +32,7 @@ tasks {
}
runServer {
// runDirectory.set(File("./run1"))
val fileName = "./run/galaxy.jar"
var file = File(fileName)
if (!file.parentFile.exists()) {