fix dev mode, add @ cmd
This commit is contained in:
parent
53a4f5f1a8
commit
06517a0d34
13 changed files with 238 additions and 395 deletions
|
@ -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`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue