mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 17:01:06 +03:00
Update to gradle 1.9
This commit is contained in:
parent
22f5affabb
commit
3299873b24
4 changed files with 8 additions and 7 deletions
|
@ -23,8 +23,8 @@ script "install-gradle" do
|
|||
cwd "/tmp"
|
||||
interpreter "bash"
|
||||
code "
|
||||
unzip /vagrant/cache/gradle-1.8-bin.zip
|
||||
mv gradle-1.8 /opt/gradle
|
||||
unzip /vagrant/cache/gradle-1.9-bin.zip
|
||||
mv gradle-1.9 /opt/gradle
|
||||
"
|
||||
not_if "test -d /opt/gradle"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue