From 07c7ca010fca6e56ac0f6ac892d1ef244a8eea70 Mon Sep 17 00:00:00 2001 From: Sakthivel Subramanian Date: Wed, 11 Dec 2024 10:32:02 +0530 Subject: [PATCH] Add debug logs --- .kokoro/dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh index 623385d8a6..df740cc7bb 100755 --- a/.kokoro/dependencies.sh +++ b/.kokoro/dependencies.sh @@ -62,7 +62,7 @@ fi # this should run maven enforcer retry_with_backoff 3 10 \ - mvn install -B -V \ + mvn install -X -B -V \ ${INSTALL_OPTS} \ -DskipTests=true \ -Dmaven.javadoc.skip=true \