Skip to content
Snippets Groups Projects
Commit d3fea843 authored by commitay's avatar commitay
Browse files

cask/dsl/caveats: JDK 11

parent 7e63dfb5
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ module Cask
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment