Skip to content

Commit cce8c49

Browse files
committed
Fix failing build do to a grgit/jgit issue
Fixes #288 (cherry picked from commit c92478f)
1 parent b7d3655 commit cce8c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.regex.Matcher
1818

1919
plugins {
20-
id 'org.ajoberstar.grgit' version '2.0.1'
20+
id 'org.ajoberstar.grgit' version '2.3.0'
2121
id 'org.sonarqube' version '2.5'
2222
id 'io.codearte.nexus-staging' version '0.11.0'
2323
id "org.standardout.versioneye" version "1.5.0"

0 commit comments

Comments
 (0)