1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-11 14:17:08 +02:00

travis: Use gradle 5.5.1

This commit is contained in:
Florian Schmaus 2019-07-19 14:16:19 +02:00
parent 90cbcaebc7
commit ca9fb36d09

View file

@ -11,7 +11,7 @@ cache:
- $HOME/.m2
before_install:
- export GRADLE_VERSION=5.2.1
- export GRADLE_VERSION=5.5.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"