rabbah closed pull request #3460: Ensure java8 is installed instead of 9
URL: https://github.com/apache/incubator-openwhisk/pull/3460
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tools/macos/README.md b/tools/macos/README.md
index 4dda67fa9e..b575d8d469 100644
--- a/tools/macos/README.md
+++ b/tools/macos/README.md
@@ -41,8 +41,10 @@ echo '
 /usr/bin/ruby -e "$(curl -fsSL 
https://raw.githubusercontent.com/Homebrew/install/master/install)"
 # install cask
 brew tap caskroom/cask
+# install for finding alternative versions (java8)
+brew tap caskroom/versions
 # install java 8
-brew cask install java
+brew cask install java8
 # install scala
 brew install scala
 # install pip


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to