build.gradle.kts plugins { application } [...] tasks.withType<JavaExec>() { standardInput = System.`in` }. Now, gradle run accepts input ...
確定! 回上一頁