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

Commit 99e41c5

Browse files
Merge 7ce65df into 2725222
2 parents 2725222 + 7ce65df commit 99e41c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.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 \

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-iot.git",
7-
"sha": "706f7afd13b3eb7f09fc4e771fbdb45f6984d930"
7+
"sha": "272522259976448e2f0b8e2f5577f0bbdcc41e1b"
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)