plugins { id 'java' id 'application' } application { mainClassName = 'Main' } sourceCompatibility = '1.8' targetCompatibility = '1.8'