mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 02:11:07 +03:00
Add gradle 2.3 to the buildserver
Fixes apps that explicitly require 2.3 via gradleVersion
This commit is contained in:
parent
f8c32ce045
commit
ed5c2fd33d
2 changed files with 4 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 1.10 1.11 1.12 2.1 2.2.1}.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}.each do |ver|
|
||||
script "install-gradle-#{ver}" do
|
||||
cwd "/tmp"
|
||||
interpreter "bash"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue