Update to gradle 1.9

This commit is contained in:
Daniel Martí 2013-12-22 13:22:45 +01:00
parent 22f5affabb
commit 3299873b24
4 changed files with 8 additions and 7 deletions

View file

@ -23,8 +23,8 @@ script "install-gradle" do
cwd "/tmp"
interpreter "bash"
code "
unzip /vagrant/cache/gradle-1.8-bin.zip
mv gradle-1.8 /opt/gradle
unzip /vagrant/cache/gradle-1.9-bin.zip
mv gradle-1.9 /opt/gradle
"
not_if "test -d /opt/gradle"
end