mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
travis: use gradle 6.2
This commit is contained in:
parent
78be8f3a04
commit
3adb6c290a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue