diff --git a/build.gradle b/build.gradle index b4dfc9d..61b9706 100644 --- a/build.gradle +++ b/build.gradle @@ -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'