Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
ci: maven options to suppress unnecessary outputs (#1715)
Browse files Browse the repository at this point in the history
The Maven options to suppress unnecessary outputs. These options are standard in googleapis/java-* builds.

![image](https://user-images.githubusercontent.com/28604/174103157-28ce65c4-755c-45ad-a25b-c758a75a801b.png)
  • Loading branch information
suztomo committed Jun 16, 2022
1 parent c5eb06e commit b821495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/maven-build.sh
Expand Up @@ -37,7 +37,7 @@ fi
echo "Compiling using Java:"
java -version
echo
mvn clean install
mvn -V -B -ntp clean install

# We ensure the generated class files are compatible with Java 8
if [ ! -z "${JAVA8_HOME}" ]; then
Expand All @@ -58,4 +58,4 @@ fi

echo
# run tests in Java 8 with the source compiled in Java 11
mvn surefire:test
mvn -V -B -ntp surefire:test

0 comments on commit b821495

Please sign in to comment.