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-Tag: REL_3_17_FINAL~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7b75e2d61e096cf1e1cc0068ac65894e881287a5;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" } }