diff --git a/build.gradle b/build.gradle index d24e4fc..66fc9fc 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,6 @@ configurations { repositories { jcenter() - mavenLocal() } dependencies { @@ -41,7 +40,7 @@ dependencies { compile gradleApi() // grgit - compile 'org.ajoberstar:grgit:1.4.+' + compile 'org.ajoberstar:grgit:1.4.1' // semver compile 'com.github.zafarkhaja:java-semver:0.9.0'