Skip to content

Commit

Permalink
ci: skip enforcer for ci/javadoc check.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Oct 8, 2024
1 parent c3c7079 commit 7a7f91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lint)
RETURN_CODE=$?
;;
javadoc)
mvn javadoc:javadoc javadoc:test-javadoc -B -ntp
mvn javadoc:javadoc javadoc:test-javadoc -B -ntp -Denforcer.skip=true
RETURN_CODE=$?
;;
integration)
Expand Down

0 comments on commit 7a7f91a

Please sign in to comment.