Fix application run task exits while running server

This commit is contained in:
yuko1101
2024-05-15 11:01:29 +09:00
committed by Melledy
parent d87f04f510
commit 8c89e688fd

View File

@@ -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'