Merge pull request #9309 from protocolbuffers/elharo-patch-1

show less log junk from Maven
pull/9298/head^2
Elliotte Rusty Harold 3 years ago committed by GitHub
commit b10578c9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests.sh

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

Loading…
Cancel
Save