travis: use gradle 6.2

This commit is contained in:
Florian Schmaus 2020-02-23 18:32:37 +01:00
parent 78be8f3a04
commit 3adb6c290a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cache:
- $HOME/.m2
before_install:
- export GRADLE_VERSION=5.5.1
- export GRADLE_VERSION=6.2
- 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"