diff options
| author | Vítor Galvão | 2017-09-29 00:58:23 +0100 |
|---|---|---|
| committer | GitHub | 2017-09-29 00:58:23 +0100 |
| commit | 06b9ab558606cc186f5450c451cf77a196a3ffcc (patch) | |
| tree | 636f84d13e6f2b6979f2010342928d6d90037bca /Library | |
| parent | cb139ca381cb7f00a4dfdc21482515f103aed417 (diff) | |
| parent | 208135f59f7a02bd9329c0995a4aa74166c0b2d0 (diff) | |
| download | brew-06b9ab558606cc186f5450c451cf77a196a3ffcc.tar.bz2 | |
Merge pull request #3198 from commitay/cask-java-caveats
Cask dsl caveats: bump java version to 9
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/dsl/caveats.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/dsl/caveats.rb b/Library/Homebrew/cask/lib/hbc/dsl/caveats.rb index 402574456..7d373b5f3 100644 --- a/Library/Homebrew/cask/lib/hbc/dsl/caveats.rb +++ b/Library/Homebrew/cask/lib/hbc/dsl/caveats.rb @@ -48,7 +48,7 @@ module Hbc brew cask install java EOS - elsif java_version.include?("8") || java_version.include?("+") + elsif java_version.include?("9") || java_version.include?("+") puts <<-EOS.undent #{@cask} requires Java #{java_version}. You can install the latest version with |
