mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 16:29:12 -05:00
Forgot to actually install 1.10 via chef
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user