Unverified Commit f1bea7a4 authored by Yilun Chong's avatar Yilun Chong Committed by GitHub

Merge pull request #5182 from BSBandme/test_benchmark

fix java build by changing mvn to online
parents 9bda1f19 2b7ee387
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment