Skip to content

Commit

Permalink
Jenv setup script: cask-versions tap deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun committed Sep 2, 2024
1 parent df435de commit 0f08aea
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions jenv_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@ brew install jenv

mkdir -p "${HOME}/.jenv/versions"

# https://github.com/AdoptOpenJDK/homebrew-openjdk
brew tap homebrew/cask-versions

brew install --cask \
temurin8 \
temurin11 \
temurin17 \
temurin21
brew install --cask
"temurin@17" \
"temurin@21"

jenv_reset

0 comments on commit 0f08aea

Please sign in to comment.