Skip to content

Commit 0f08aea

Browse files
committed
Jenv setup script: cask-versions tap deprecated
1 parent df435de commit 0f08aea

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

jenv_install.sh

+3-8
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ brew install jenv
3232

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

35-
# https://github.com/AdoptOpenJDK/homebrew-openjdk
36-
brew tap homebrew/cask-versions
37-
38-
brew install --cask \
39-
temurin8 \
40-
temurin11 \
41-
temurin17 \
42-
temurin21
35+
brew install --cask
36+
"temurin@17" \
37+
"temurin@21"
4338

4439
jenv_reset

0 commit comments

Comments
 (0)