xamarin.rb: depends_on_java

This commit is contained in:
Vítor Galvão 2016-01-12 16:47:54 +00:00
parent be42887b93
commit 4fcbb68c86
1 changed files with 3 additions and 6 deletions

View File

@ -13,10 +13,7 @@ cask 'xamarin' do
zap :delete => '~/Library/Developer/Xamarin'
caveats <<-EOS.undent
If you choose to install Xamarin.Android, you'll need Java 6+,
you can install the latest Java using
brew cask install java
EOS
caveats do
depends_on_java
end
end