Skip to content

Commit 589bf04

Browse files
build: skip Maven download logs (#379)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/62fbd93a-0469-4c6e-9547-84dbcc2a707d/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@1aeca92
1 parent ea67f7a commit 589bf04

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

java-core/.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 \

java-core/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-core.git",
7-
"sha": "83a73d766160baa53fc0dc1e385e4456a4300b65"
7+
"sha": "b0c0a20301fd324cc2cbc7f2da65521232cb367a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "b416a7befcdbc42de41cf387dcf428f894fb812b"
14+
"sha": "1aeca92e4a38f47134cb955f52ea76f84f09ff88"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)