We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc87836 commit 723f3ceCopy full SHA for 723f3ce
synthtool/gcp/templates/java_library/.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)
0 commit comments