Skip to content

Commit

Permalink
Update japicmp to 0.20.0 (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschl authored Apr 19, 2024
1 parent 1f242a9 commit afa2afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/japicmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afa2afc

Please sign in to comment.