This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 411f6da  Ensure java8 is installed instead of 9 (#3460)
411f6da is described below

commit 411f6daabe1d1bcd03a62e56ebe6550f5e82363b
Author: Tzu-Chiao Yeh <[email protected]>
AuthorDate: Tue Mar 20 10:39:04 2018 +0800

    Ensure java8 is installed instead of 9 (#3460)
    
    Currently, java8 is no longer the default `current` version in brew cask.
    Use `alternative` version for java8 now.
    
    Signed-off-by: Tzu-Chiao Yeh <[email protected]>
---
 tools/macos/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/macos/README.md b/tools/macos/README.md
index 4dda67f..b575d8d 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

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to