diff options
| author | commitay | 2017-09-23 12:52:57 +1000 |
|---|---|---|
| committer | commitay | 2017-09-27 21:03:23 +1000 |
| commit | 208135f59f7a02bd9329c0995a4aa74166c0b2d0 (patch) | |
| tree | 636f84d13e6f2b6979f2010342928d6d90037bca /Library | |
| parent | cb139ca381cb7f00a4dfdc21482515f103aed417 (diff) | |
| download | brew-208135f59f7a02bd9329c0995a4aa74166c0b2d0.tar.bz2 | |
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 |
