plugins { id 'application' } repositories { mavenCentral() } run { standardInput = System.in } application { mainClass = 'App' }