mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 18:40:12 +01:00
Forgot to actually install 1.10 via chef
This commit is contained in:
parent
ef563f449a
commit
b7a67e79b7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user