From: Dominik Stadler Date: Fri, 21 Jul 2017 18:19:17 +0000 (+0000) Subject: Add note that japicmp cannot be upgrade until Gradle 4 is used X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ef99b6c6fd022aa7dc6ffb972620f26011bd08ab;p=poi.git 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 --- 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" } }