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
1 changed files with 1 additions and 1 deletions

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"