mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-12 13:24:36 +01:00
Fix application run task exits while running server
This commit is contained in:
@@ -114,6 +114,11 @@ application {
|
||||
mainClassName = 'emu.lunarcore.LunarCore'
|
||||
}
|
||||
|
||||
run {
|
||||
// Set the standard input to wait for user input
|
||||
standardInput = System.in
|
||||
}
|
||||
|
||||
jar {
|
||||
dependsOn 'injectGitHash'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user