plugins { id 'application' } repositories { jcenter(); } mainClassName = 'Main' sourceCompatibility = 1.8 targetCompatibility = 1.8