Fix travis

This commit is contained in:
Gabriele C 2021-10-07 12:33:55 +02:00 committed by GitHub
parent 3d168637d2
commit 5ba465f3c1
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.1/binaries/apache-maven-3.8.1-bin.tar.gz
- tar xzvf apache-maven-3.8.1-bin.tar.gz
- export PATH=`pwd`/apache-maven-3.8.1/bin:$PATH
- 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
- mvn -v
cache:
directories: