diff options
author | Dominik Stadler <centic@apache.org> | 2017-07-21 18:19:17 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-07-21 18:19:17 +0000 |
commit | 7b75e2d61e096cf1e1cc0068ac65894e881287a5 (patch) | |
tree | f238abff4d1f25e32474d0aec97f0ab5ce37bea6 /build.gradle | |
parent | 94b028eae0d726311fe27d2bbdcafe7f1a0dc9bd (diff) | |
download | poi-7b75e2d61e096cf1e1cc0068ac65894e881287a5.tar.gz poi-7b75e2d61e096cf1e1cc0068ac65894e881287a5.zip |
Add note that japicmp cannot be upgrade until Gradle 4 is used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 94b7021e08..236e8ea2c8 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { } dependencies { - classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.2' + classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.2' // 2.x requires Gradle >=4 classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.2.1" } } |