Skip to content

Commit

Permalink
build(java): skip javadoc tests during dependencies test (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Apr 9, 2021
1 parent 6444141 commit 5b0e159
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
retry_with_backoff 3 10 \
mvn install -B -V -ntp \
-DskipTests=true \
-Dmaven.javadoc.skip=true \
-Dclirr.skip=true

mvn -B dependency:analyze -DfailOnWarning=true
Expand Down

0 comments on commit 5b0e159

Please sign in to comment.