fix dev mode, add @ cmd

This commit is contained in:
Sen 2025-06-13 11:19:29 +02:00
parent 53a4f5f1a8
commit 06517a0d34
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
13 changed files with 238 additions and 395 deletions

View file

@ -18,7 +18,7 @@ application {
mainClass = "server.Server"
tasks.run.get().workingDir = rootProject.file("dev/server")
tasks.run.get().workingDir.mkdirs()
tasks.run.get().systemProperties.put("crash.nodump", "")
tasks.run.get().systemProperties.put("runtime.devmode", "")
tasks.run.get().standardInput = System.`in`
}