From e75284c823c7e7918d6d688cf414e3f3e81d9143 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 17 Nov 2019 11:26:30 +0000 Subject: [PATCH] Keep using older version of japicmp plugin for now as newer versions fail with strange error messages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869935 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c95eae0360..e83b06c88c 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,8 @@ buildscript { } dependencies { - classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.2.8' // 2.x requires Gradle >=4 + // 2.x fails with "Could not get unknown property 'me'" + classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.2' classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8" } } -- 2.39.5