aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index c95eae0360..e83b06c88c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,8 @@ buildscript {
}
dependencies {
- classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.2.8' // 2.x requires Gradle >=4
+ // 2.x fails with "Could not get unknown property 'me'"
+ classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.2'
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8"
}
}