fix dev mode, add @ cmd
This commit is contained in:
parent
53a4f5f1a8
commit
06517a0d34
13 changed files with 238 additions and 395 deletions
|
@ -38,7 +38,7 @@ application {
|
|||
mainClass = "client.Client"
|
||||
tasks.run.get().workingDir = rootProject.file("dev/client")
|
||||
tasks.run.get().workingDir.mkdirs()
|
||||
tasks.run.get().systemProperties.put("crash.nodump", "")
|
||||
tasks.run.get().systemProperties.put("runtime.devmode", "")
|
||||
}
|
||||
|
||||
tasks.shadowJar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue