travis: Use gradle 4.6

This commit is contained in:
Florian Schmaus 2018-03-28 10:57:05 +02:00
parent b252fc808a
commit 701b9671dc
1 changed files with 1 additions and 1 deletions

View File

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