[3.4] Use Temurin 11 instead of discontinued AdoptOpenJDK on macOS (#5718) (#5749)

(cherry picked from commit 6bb11ad227)

Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com>

Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2022-06-04 15:26:27 +02:00
committed by GitHub
parent 33f6193bcb
commit 6f58ddd520

View File

@@ -23,7 +23,8 @@ one-by-one:
brew install python@3.9
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.
To fix this, you should run these commands: