mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Forgot to actually install 1.10 via chef
This commit is contained in:
parent
ef563f449a
commit
b7a67e79b7
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"
|
||||
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…
Add table
Add a link
Reference in a new issue