aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2019-11-17 11:26:30 +0000
committerDominik Stadler <centic@apache.org>2019-11-17 11:26:30 +0000
commite75284c823c7e7918d6d688cf414e3f3e81d9143 (patch)
treea411b754e44e12852ef7bd22ed69301b1ccf9a23 /build.gradle
parentd997c14e109b12fd52aa041ff4c888913e0215c0 (diff)
downloadpoi-e75284c823c7e7918d6d688cf414e3f3e81d9143.tar.gz
poi-e75284c823c7e7918d6d688cf414e3f3e81d9143.zip
Keep using older version of japicmp plugin for now as newer versions fail with strange error messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-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"
}
}