jsc-android-buildscripts icon indicating copy to clipboard operation
jsc-android-buildscripts copied to clipboard

Java8 is no longer available on Homebrew

Open trungh13 opened this issue 5 years ago • 0 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

trungh13 avatar Apr 07 '20 07:04 trungh13