Skip to content

Commit

Permalink
Merge pull request #2515 from cloudfoundry/update-jdk-to-java-17
Browse files Browse the repository at this point in the history
update java to jdk 17
  • Loading branch information
jpalermo committed May 2, 2024
2 parents 5998d80 + 44f9f78 commit 2da3812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/dockerfiles/integration/install-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e
set -x

PACKAGE_NAME="zulu11.72.19-ca-jdk11.0.23-linux_x64.tar.gz"
PACKAGE_MD5="d8983bdc4fb7bd394e6dd73618e9c288"
PACKAGE_NAME="zulu17.50.19-ca-jre17.0.11-linux_x64.tar.gz"
PACKAGE_MD5="0b25f460b11f53325ba130283d1d4aad"
PACKAGE_TMP="/tmp/${PACKAGE_NAME}"
PACKAGE_URL="http://cdn.azul.com/zulu/bin/${PACKAGE_NAME}"
INSTALL_PREFIX="/usr/lib/jvm"
Expand Down

0 comments on commit 2da3812

Please sign in to comment.