Skip to content

Commit 43355ef

Browse files
authored
ci: Skip checkstyle plugin when running dependencies CI (#12045)
1 parent dc56d38 commit 43355ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ retry_with_backoff 3 10 \
6464
-Dmaven.javadoc.skip=true \
6565
-Dclirr.skip=true
6666

67-
mvn -B dependency:analyze -DfailOnWarning=true
67+
mvn -B dependency:analyze -DfailOnWarning=true -Dcheckstyle.skip=true
6868

6969
if [[ -n "${BUILD_SUBDIR}" ]]
7070
then

0 commit comments

Comments
 (0)