Fix Travis CI

This commit is contained in:
Gabriele C 2021-11-28 16:22:37 +01:00 committed by GitHub
parent 4f0bee4d5f
commit 496e7008c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ language: java
jdk:
- openjdk16
before_install:
- wget https://downloads.apache.org/maven/maven-3/3.8.3/binaries/apache-maven-3.8.3-bin.tar.gz
- tar xzvf apache-maven-3.8.3-bin.tar.gz
- export PATH=`pwd`/apache-maven-3.8.3/bin:$PATH
- wget https://downloads.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz
- tar xzvf apache-maven-3.8.4-bin.tar.gz
- export PATH=`pwd`/apache-maven-3.8.4/bin:$PATH
- mvn -v
cache:
directories: