argouml.rb: depends_on_java

This commit is contained in:
Vítor Galvão 2016-01-12 16:52:47 +00:00
parent 3042650392
commit e62fcf81c8
1 changed files with 3 additions and 5 deletions

View File

@ -9,9 +9,7 @@ cask 'argouml' do
app 'ArgoUML.app'
caveats <<-EOS.undent
#{token} requires Java 6. You can install it with
brew cask install caskroom/homebrew-versions/java6
EOS
caveats do
depends_on_java('6')
end
end