plugins { id 'application' } repositories { mavenCentral() } application { mainClass = 'Main' }