Skip to content

Commit

Permalink
Merge pull request #5182 from BSBandme/test_benchmark
Browse files Browse the repository at this point in the history
fix java build by changing mvn to online
  • Loading branch information
BSBandme committed Sep 24, 2018
2 parents 9bda1f1 + 2b7ee38 commit f1bea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1bea7a

Please sign in to comment.