react-native-community / jsc-android-buildscripts

Script for building JavaScriptCore for Android (for React Native but not only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java8 is no longer available on Homebrew

trungh13 opened this issue · comments

In https://github.com/react-native-community/jsc-android-buildscripts#requirements, there is the line for Java8 that Java 8: brew tap caskroom/versions && brew cask install java8 .
But Java8 is no longer available on Homebrew, and caskroom/versions moved to homebrew/cask-versions so it should be
brew tap homebrew/cask-versions && brew cask install adoptopenjdk/openjdk/adoptopenjdk8