1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Forgot to actually install 1.10 via chef

This commit is contained in:
Daniel Martí 2014-01-27 22:03:39 +01:00
parent ef563f449a
commit b7a67e79b7

View File

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