Skip to content

Commit

Permalink
Upgrade Java 8 version in CI image and .sdkmanrc
Browse files Browse the repository at this point in the history
Closes gh-32063
  • Loading branch information
snicoll committed Aug 11, 2022
1 parent c9e69f5 commit 48443c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sdkmanrc
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=8.0.342-librca
java=8.0.345-librca
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Expand Up @@ -3,7 +3,7 @@ set -e

case "$1" in
java8)
echo "https://github.com/bell-sw/Liberica/releases/download/8u342+7/bellsoft-jdk8u342+7-linux-amd64.tar.gz"
echo "https://github.com/bell-sw/Liberica/releases/download/8u345+1/bellsoft-jdk8u345+1-linux-amd64.tar.gz"
;;
java11)
echo "https://github.com/bell-sw/Liberica/releases/download/11.0.16+8/bellsoft-jdk11.0.16+8-linux-amd64.tar.gz"
Expand Down

0 comments on commit 48443c9

Please sign in to comment.