File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ graalvmA)
8080 # Run Unit and Integration Tests with Native Image
8181 bash .kokoro/populate-secrets.sh
8282 export GOOGLE_APPLICATION_CREDENTIALS=" ${KOKORO_GFILE_DIR} /secret_manager/java-it-service-account"
83- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl ' oauth2_http'
83+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test -Pslf4j2x test -pl ' oauth2_http'
8484 RETURN_CODE=$?
8585 ;;
8686graalvmB)
8787 # Run Unit and Integration Tests with Native Image
8888 bash .kokoro/populate-secrets.sh
8989 export GOOGLE_APPLICATION_CREDENTIALS=" ${KOKORO_GFILE_DIR} /secret_manager/java-it-service-account"
90- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl ' oauth2_http'
90+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test -Pslf4j2x test -pl ' oauth2_http'
9191 RETURN_CODE=$?
9292 ;;
9393samples)
You can’t perform that action at this time.
0 commit comments