Skip to content

Commit 71fd705

Browse files
committed
add -Pslf4j2x to native ci, so it gets slf4j dep for compiling.
1 parent 084fa17 commit 71fd705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
;;
8686
graalvmB)
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
;;
9393
samples)

0 commit comments

Comments
 (0)