diff --git a/eclipsePlugin/build.gradle b/eclipsePlugin/build.gradle index 900ce7c579c..8edb7eb6336 100644 --- a/eclipsePlugin/build.gradle +++ b/eclipsePlugin/build.gradle @@ -3,7 +3,7 @@ import static groovy.io.FileType.FILES // TODO: deploy not only jar but also sources and javadoc, to pass validation by Sonatype nexus // apply from: "$rootDir/gradle/maven.gradle" plugins { - id 'org.ajoberstar.grgit' version '4.1.1' + id 'org.ajoberstar.grgit' version '5.0.0' id "eclipse-convention" }