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 8382068 commit d5b3946Copy full SHA for d5b3946
.kokoro/build.sh
@@ -81,12 +81,12 @@ graalvm17)
81
;;
82
graalvmA)
83
# Run Unit and Integration Tests with Native Image
84
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative,native-tests,native-deps test -pl '!google-http-client-appengine'
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative,native-tests,native-deps test
85
RETURN_CODE=$?
86
87
graalvmB)
88
89
90
91
92
samples)
0 commit comments