Merge pull request #5182 from BSBandme/test_benchmark

fix java build by changing mvn to online
pull/5076/merge
Yilun Chong 7 years ago committed by GitHub
commit f1bea7a40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests.sh

@ -128,7 +128,7 @@ use_java() {
esac
MAVEN_LOCAL_REPOSITORY=/var/maven_local_repository
MVN="$MVN -e -X --offline -Dmaven.repo.local=$MAVEN_LOCAL_REPOSITORY"
MVN="$MVN -e -X -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$MAVEN_LOCAL_REPOSITORY"
which java
java -version

Loading…
Cancel
Save