Skip to content

Commit 13dd5a9

Browse files
yoshi-automationad548
authored andcommitted
build: skip Maven download logs (googleapis#638)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/a6b7617f-b194-4419-a5c2-38ceb3c55e68/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@1aeca92
1 parent 9efa342 commit 13dd5a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.kokoro/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ javadoc)
6060
;;
6161
integration)
6262
mvn -B ${INTEGRATION_TEST_ARGS} \
63+
-ntp \
6364
-Penable-integration-tests \
6465
-DtrimStackTrace=false \
6566
-Dclirr.skip=true \
@@ -81,6 +82,7 @@ samples)
8182
pushd ${SAMPLES_DIR}
8283
mvn -B \
8384
-Penable-samples \
85+
-ntp \
8486
-DtrimStackTrace=false \
8587
-Dclirr.skip=true \
8688
-Denforcer.skip=true \

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "5f0cb6cbc06e7bd0a1c010b46350738bea8eb0fd"
7+
"sha": "1cf1fce232dd8169f606034ab343b5f22878b526"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "b416a7befcdbc42de41cf387dcf428f894fb812b"
22+
"sha": "1aeca92e4a38f47134cb955f52ea76f84f09ff88"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)