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

fix(java): add -ntp flag to native image testing command #426

Merged
merged 1 commit into from Dec 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Expand Up @@ -71,7 +71,7 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn test -Pnative -Penable-integration-tests
mvn -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
samples)
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-grafeas.git",
"sha": "34133df9450e8f93af0834e2e695ce160dbb245b"
"sha": "c5083349cc1ac6217694f463220b19e230c49957"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7a7c48f96e90d1cdc3ab0cc8293279fdcb10fd36"
"sha": "723f3ce6c8927683e96cd7a4a02b59606a14eafc"
}
}
],
Expand Down