mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-16 04:00:30 +03:00
Add gradle 2.9 to the BS
This commit is contained in:
parent
882cfe3912
commit
73c680dfcf
3 changed files with 5 additions and 2 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 1.10 1.11 1.12 2.1 2.2.1 2.3 2.4 2.5 2.6 2.7 2.8}.each do |ver|
|
||||
%w{1.4 1.6 1.7 1.8 1.9 1.10 1.11 1.12 2.1 2.2.1 2.3 2.4 2.5 2.6 2.7 2.8 2.9}.each do |ver|
|
||||
script "install-gradle-#{ver}" do
|
||||
cwd "/tmp"
|
||||
interpreter "bash"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue