Skip to content

Commit 723f3ce

Browse files
authored
fix(java): add -ntp flag to native image testing command (#1299)
1 parent bc87836 commit 723f3ce

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/java_library/.kokoro

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/java_library/.kokoro/build.sh

+1-1
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)

0 commit comments

Comments
 (0)