Skip to content

Commit e5b5c3d

Browse files
authored
Added groovy version compatible with java 8 (#687)
1 parent 8d14654 commit e5b5c3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7+
classpath 'org.codehaus.groovy:groovy-all:2.5.14' // Ensure Groovy version compatible with Java 8
78
// https://github.com/melix/japicmp-gradle-plugin/issues/36
89
classpath 'com.google.guava:guava:31.1-jre'
910
}

0 commit comments

Comments
 (0)