]> source.dussan.org Git - poi.git/commitdiff
Add note that japicmp cannot be upgrade until Gradle 4 is used
authorDominik Stadler <centic@apache.org>
Fri, 21 Jul 2017 18:19:17 +0000 (18:19 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 21 Jul 2017 18:19:17 +0000 (18:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802631 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 94b7021e08c78edb7e7f3dd76204d57b25c47b92..236e8ea2c8e0ebd3b173f7cf94bc65ed24e54a4c 100644 (file)
@@ -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"
        }
 }