We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949de52 commit 23a43ceCopy full SHA for 23a43ce
1 file changed
.kokoro/build.sh
@@ -77,10 +77,11 @@ integration)
77
RETURN_CODE=$?
78
;;
79
graalvm)
80
+ unset JAVA_TOOL_OPTIONS
81
# Run Unit and Integration Tests with Native Image
82
bash .kokoro/populate-secrets.sh
83
export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_GFILE_DIR}/secret_manager/java-it-service-account"
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test -Pslf4j2x test -pl 'oauth2_http' -Dnative.image.args="-Djavax.net.debug=all"
84
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test -Pslf4j2x test -pl 'oauth2_http'
85
86
87
samples)
0 commit comments