We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d14654 commit e5b5c3dCopy full SHA for e5b5c3d
1 file changed
build.gradle
@@ -4,6 +4,7 @@ buildscript {
4
}
5
6
dependencies {
7
+ classpath 'org.codehaus.groovy:groovy-all:2.5.14' // Ensure Groovy version compatible with Java 8
8
// https://github.com/melix/japicmp-gradle-plugin/issues/36
9
classpath 'com.google.guava:guava:31.1-jre'
10
0 commit comments