Skip to content

Commit 905f8bd

Browse files
build: skip Maven download logs (#442)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/8440e2da-528d-412a-bf89-385b5618d6dd/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@1aeca92
1 parent 01c2f2c commit 905f8bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

java-storage-nio/.kokoro/build.sh

Lines changed: 2 additions & 0 deletions
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-storage-nio/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-storage-nio.git",
7-
"sha": "529a8404c4beb0ee33228f6595e76f5e839be018"
7+
"sha": "48de5657213f80ec011f42871277ba2e05d22734"
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)