Skip to content

Commit

Permalink
add java 17 x64 option
Browse files Browse the repository at this point in the history
  • Loading branch information
pirafrank committed Oct 9, 2021
1 parent 7e3dd9c commit 8cd9688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspaces/setup_java.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ openjdk)
16)
url='https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-x64_bin.tar.gz'
;;
17)
url='https://download.java.net/java/GA/jdk17/0d483333a00540d886896bac774ff48b/35/GPL/openjdk-17_linux-x64_bin.tar.gz'
;;
*)
echo "Unsupported version. Exiting..."
exit 1
Expand Down

0 comments on commit 8cd9688

Please sign in to comment.