mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
travis: Use gradle 5.5.1
This commit is contained in:
parent
90cbcaebc7
commit
ca9fb36d09
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue