Skip to content

Commit

Permalink
cask/dsl/caveats: JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
commitay committed Sep 11, 2018
1 parent 7e63dfb commit d3fea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cask/dsl/caveats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def eval_caveats(&block)
brew cask install java
EOS
elsif java_version.include?("10") || java_version.include?("+")
elsif java_version.include?("11") || java_version.include?("+")
<<~EOS
#{@cask} requires Java #{java_version}. You can install the latest version with
Expand Down

0 comments on commit d3fea84

Please sign in to comment.