1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-20 22:59:32 +02:00

travis: Use gradle 5.1.1

This commit is contained in:
Florian Schmaus 2019-02-05 18:23:47 +01:00
parent 91f200dca0
commit 3a155b0792

View file

@ -10,7 +10,7 @@ cache:
- $HOME/.m2
before_install:
- export GRADLE_VERSION=4.6
- export GRADLE_VERSION=5.1.1
- 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"