1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

Travis-CI: Use gradle 3.5

This commit is contained in:
Florian Schmaus 2017-04-25 17:08:28 +02:00
parent 31fe9dcd80
commit cab5596a0e
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ cache:
- $HOME/.m2
before_install:
- export GRADLE_VERSION=2.12
- export GRADLE_VERSION=3.5
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
- unzip -q gradle-${GRADLE_VERSION}-all.zip
- export PATH="$(pwd)/gradle-${GRADLE_VERSION}/bin:$PATH"