From 03db74fa5f97f68a8019768fb858aee48aa630ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=F0=9F=9A=B6?= Date: Wed, 12 Feb 2025 23:17:17 +1100 Subject: [PATCH] Update java installer version --- zshrc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc.sh b/zshrc.sh index f505bca..8b3d367 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -287,8 +287,7 @@ myzsh_activate_rust() { myzsh_install_java() { myzsh_install_homebrew - brew tap homebrew/cask-versions - myzsh_brew_install_or_upgrade --cask temurin17 + myzsh_brew_install_or_upgrade --cask temurin@21 echo "Java version:" java -version }