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