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