From c1cd3c48bfde5067b238b5f68b71980f67e0adfb Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 19 Feb 2021 07:46:50 -0800 Subject: [PATCH] build: reduce download junk in log files (#192) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/5ca314f8-bcdf-4d62-a0dc-4202f37e4401/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: https://github.com/googleapis/synthtool/commit/6946fd71ae9215b0e7ae188f5057df765ee6d7d2 --- java-workflows/.kokoro/build.sh | 2 +- java-workflows/.kokoro/dependencies.sh | 4 ++-- java-workflows/synth.metadata | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-workflows/.kokoro/build.sh b/java-workflows/.kokoro/build.sh index 536ee7604a9e..397d0e67a4eb 100755 --- a/java-workflows/.kokoro/build.sh +++ b/java-workflows/.kokoro/build.sh @@ -29,7 +29,7 @@ echo ${JOB_TYPE} # attempt to install 3 times with exponential backoff (starting with 10 seconds) retry_with_backoff 3 10 \ - mvn install -B -V \ + mvn install -B -V -ntp \ -DskipTests=true \ -Dclirr.skip=true \ -Denforcer.skip=true \ diff --git a/java-workflows/.kokoro/dependencies.sh b/java-workflows/.kokoro/dependencies.sh index c91e5a56937a..0fb8c8436ccc 100755 --- a/java-workflows/.kokoro/dependencies.sh +++ b/java-workflows/.kokoro/dependencies.sh @@ -31,7 +31,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m" # this should run maven enforcer retry_with_backoff 3 10 \ - mvn install -B -V \ + mvn install -B -V -ntp \ -DskipTests=true \ -Dclirr.skip=true @@ -86,4 +86,4 @@ then else msg "Errors found. See log statements above." exit 1 -fi \ No newline at end of file +fi diff --git a/java-workflows/synth.metadata b/java-workflows/synth.metadata index 69b9e84bc399..78fb9fecec3e 100644 --- a/java-workflows/synth.metadata +++ b/java-workflows/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-workflows.git", - "sha": "1d5fe3c0fc698b10f359eeb5bb1dc35725f4f7f4" + "sha": "007b9f43d3e524ba855fab83670bd149d472a5a3" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "1aeca92e4a38f47134cb955f52ea76f84f09ff88" + "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2" } } ],