mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Forgot to actually install 1.10 via chef
This commit is contained in:
parent
3f43c121e5
commit
03cc679dc8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ script "add-gradle-verdir" do
|
||||||
not_if "test -d /opt/gradle/versions"
|
not_if "test -d /opt/gradle/versions"
|
||||||
end
|
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
|
script "install-gradle-#{ver}" do
|
||||||
cwd "/tmp"
|
cwd "/tmp"
|
||||||
interpreter "bash"
|
interpreter "bash"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue