We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37370b7 commit b4290b1Copy full SHA for b4290b1
.kokoro/build.sh
@@ -71,7 +71,7 @@ integration)
71
;;
72
graalvm)
73
# Run Unit and Integration Tests with Native Image
74
- mvn test -Pnative -Penable-integration-tests
+ mvn -ntp -Pnative -Penable-integration-tests test
75
RETURN_CODE=$?
76
77
samples)
synth.metadata
@@ -19,7 +19,7 @@
19
"git": {
20
"name": "synthtool",
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "7a7c48f96e90d1cdc3ab0cc8293279fdcb10fd36"
+ "sha": "723f3ce6c8927683e96cd7a4a02b59606a14eafc"
23
}
24
25
],
0 commit comments