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

cask dsl caveats

parent 6c203f93
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ module Hbc
brew cask install java
EOS
elsif java_version.include?("9") || java_version.include?("+")
elsif java_version.include?("10") || 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