From afa2afca34eca40e05aaab0d4ee22767240bf762 Mon Sep 17 00:00:00 2001 From: Michael Nitschinger Date: Fri, 19 Apr 2024 18:36:57 +0200 Subject: [PATCH] Update japicmp to 0.20.0 (#2899) --- scripts/japicmp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/japicmp.sh b/scripts/japicmp.sh index ad8aa84e11..cbb2907b2d 100755 --- a/scripts/japicmp.sh +++ b/scripts/japicmp.sh @@ -67,7 +67,7 @@ XSLTDOC MVN_REPO="$(mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout)" JAVA_VERSION=$(./gradlew --no-daemon -version | grep ^JVM: | awk -F\. '{gsub(/^JVM:[ \t]*/,"",$1); print $1"."$2}') -JAPICMP_VERSION="0.16.0" +JAPICMP_VERSION="0.20.0" JAR_DIR="${MVN_REPO}/com/github/siom79/japicmp/japicmp/${JAPICMP_VERSION}" JAR_FILE="${JAR_DIR}/japicmp-${JAPICMP_VERSION}-jar-with-dependencies.jar" if [ ! -f "${JAR_FILE}" ]; then