Add gradle 2.6 to the buildserver

This commit is contained in:
Daniel Martí 2015-08-18 13:40:21 -07:00
parent d2ccea8246
commit d59ecb3d18
3 changed files with 5 additions and 2 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 2.3 2.4 2.5}.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}.each do |ver|
script "install-gradle-#{ver}" do
cwd "/tmp"
interpreter "bash"