Skip to content

Commit b896651

Browse files
authored
Fix grgit version (#31)
According to the grgit [release notes](https://github.com/ajoberstar/grgit/releases/tag/4.1.1), 4.1.0 broke Java 8 compatability. Relates to: #29 PR: #31
1 parent 1898d38 commit b896651

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
@@ -3,7 +3,7 @@
33
// -----
44

55
plugins {
6-
id 'org.ajoberstar.grgit' version '4.1.0'
6+
id 'org.ajoberstar.grgit' version '4.1.1'
77
}
88

99
ext {

0 commit comments

Comments
 (0)