Merge pull request #9309 from protocolbuffers/elharo-patch-1
show less log junk from Maven
This commit is contained in:
commit
b10578c9e5
2
tests.sh
2
tests.sh
@ -204,7 +204,7 @@ use_java() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
MAVEN_LOCAL_REPOSITORY=/var/maven_local_repository
|
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
|
which java
|
||||||
java -version
|
java -version
|
||||||
|
Loading…
Reference in New Issue
Block a user