Skip to content

Commit

Permalink
Merge pull request #552 from tonihele/feature/java-update
Browse files Browse the repository at this point in the history
Get new Java 17 version
  • Loading branch information
tonihele authored Dec 8, 2023
2 parents 05a50de + 3d46ac8 commit e52c2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdks/download-jdks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
set -e # Quit on Error

jdk_major_version="17"
jdk_version="0.8.1"
jdk_build_version="1"
jdk_version="0.9"
jdk_build_version="9"
platforms=( "x64_linux" "x86-32_windows" "x64_windows" "x64_mac" )

# DEPRECATED (not required anymore)
Expand Down

0 comments on commit e52c2a7

Please sign in to comment.