Skip to content

Commit

Permalink
fix: don't log downloads (#949)
Browse files Browse the repository at this point in the history
@chingor13 This change keeps Maven 3.6.1 and later from spamming our CI logs with page after page of lists of artifacts it's downloading that makes it much harder to find the actual test output.
  • Loading branch information
elharo authored Feb 18, 2021
1 parent 4dca413 commit 1aeca92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synthtool/gcp/templates/java_library/.kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ javadoc)
;;
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Penable-integration-tests \
-DtrimStackTrace=false \
-Dclirr.skip=true \
Expand All @@ -81,6 +82,7 @@ samples)
pushd ${SAMPLES_DIR}
mvn -B \
-Penable-samples \
-ntp \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand Down

0 comments on commit 1aeca92

Please sign in to comment.