Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Dec 11, 2024
1 parent 1c05fd6 commit f8d97a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .kokoro/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ fi

# this should run maven enforcer
retry_with_backoff 3 10 \
mvn install -B -V \
mvn install
-B -V \
${INSTALL_OPTS} \
-DskipTests=true \
-Dmaven.javadoc.skip=true \
Expand Down

0 comments on commit f8d97a4

Please sign in to comment.