Add gradle 2.3 to the buildserver

Fixes apps that explicitly require 2.3 via gradleVersion
This commit is contained in:
Daniel Martí 2015-04-09 16:02:35 +02:00
parent f8c32ce045
commit ed5c2fd33d
2 changed files with 4 additions and 1 deletions

View file

@ -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"