plugins { id 'java' } allprojects { repositories { jcenter() } } dependencies { testImplementation 'junit:junit:4.12' }