Revert "Add gradle-1.10" since it's not compatible yet

This commit is contained in:
Daniel Martí 2014-01-09 16:29:25 +01:00
parent 06f9a42601
commit db33ae75e5
2 changed files with 1 additions and 4 deletions

View file

@ -8,7 +8,7 @@ script "add-gradle-dir" do
not_if "test -d /opt/gradle"
end
%w{1.4 1.6 1.7 1.8 1.9 1.10}.each do |ver|
%w{1.4 1.6 1.7 1.8 1.9}.each do |ver|
script "install-gradle-#{ver}" do
cwd "/tmp"
interpreter "bash"