Use Temurin 11 instead of discontinued AdoptOpenJDK on macOS (#5718)

This commit is contained in:
Jakub Kuczys 2022-06-04 15:24:30 +02:00 committed by GitHub
parent 3f1d02598e
commit 6bb11ad227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ one-by-one:
brew install python@3.9 brew install python@3.9
brew install git brew install git
brew install --cask adoptopenjdk/openjdk/adoptopenjdk11 brew tap homebrew/cask-versions
brew install --cask temurin11
By default, Python installed through Homebrew is not added to the load path. By default, Python installed through Homebrew is not added to the load path.
To fix this, you should run these commands: To fix this, you should run these commands: