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

Commit

Permalink
build: skip Maven download logs (#372)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/1cfe249d-582a-46b2-92f3-d6f26802cf88/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@1aeca92
  • Loading branch information
yoshi-automation committed Feb 19, 2021
1 parent 7497199 commit 31d1b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .kokoro/build.sh
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
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-texttospeech.git",
"sha": "04bbc35484f5f1135ad9f49e59c15ca665cc669a"
"sha": "7497199ec5763406890a655ae4a2de879ed4c4e3"
}
},
{
Expand All @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "b416a7befcdbc42de41cf387dcf428f894fb812b"
"sha": "1aeca92e4a38f47134cb955f52ea76f84f09ff88"
}
}
],
Expand Down

0 comments on commit 31d1b72

Please sign in to comment.