gradle: fix server console run
This commit is contained in:
parent
a6c2695ccb
commit
663ef31db9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ application {
|
|||
tasks.run.get().workingDir = rootProject.file("dev/server")
|
||||
tasks.run.get().workingDir.mkdirs()
|
||||
tasks.run.get().systemProperties.put("crash.nodump", "")
|
||||
tasks.run.get().standardInput = System.`in`
|
||||
}
|
||||
|
||||
tasks.shadowJar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue