From ef99b6c6fd022aa7dc6ffb972620f26011bd08ab Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Fri, 21 Jul 2017 18:19:17 +0000 Subject: [PATCH] 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 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 94b7021e0..236e8ea2c 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" } }