Skip to content

Commit a0fb54f

Browse files
fix(java): add -ntp flag to native image testing command (#829)
Source-Author: Daniel Zou <[email protected]> Source-Date: Mon Dec 6 11:14:51 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 723f3ce6c8927683e96cd7a4a02b59606a14eafc Source-Link: googleapis/synthtool@723f3ce
1 parent bd81fa8 commit a0fb54f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ integration)
7171
;;
7272
graalvm)
7373
# Run Unit and Integration Tests with Native Image
74-
mvn test -Pnative -Penable-integration-tests
74+
mvn -ntp -Pnative -Penable-integration-tests test
7575
RETURN_CODE=$?
7676
;;
7777
samples)

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-firestore.git",
7-
"sha": "36cd665ece8f3efbcad4e7fea889d4a3131f1b4e"
7+
"sha": "8b349ebcf02f6a3fa2b0d10c0236870577bc5317"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "7a7c48f96e90d1cdc3ab0cc8293279fdcb10fd36"
22+
"sha": "723f3ce6c8927683e96cd7a4a02b59606a14eafc"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)