Skip to content

Commit 8e1e7c9

Browse files
committed
[hotfix][javadoc] Skip skip-webui-build while javadoc:aggregate
1 parent 1189026 commit 8e1e7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ javadoc_output=/tmp/javadoc.out
8686
# use the same invocation as .github/workflows/docs.sh
8787
$MVN javadoc:aggregate -DadditionalJOption='-Xdoclint:none' \
8888
-Dmaven.javadoc.failOnError=false -Dcheckstyle.skip=true -Denforcer.skip=true -Dspotless.skip=true -Drat.skip=true \
89-
-Dheader=someTestHeader > ${javadoc_output}
89+
-Dheader=someTestHeader -Pskip-webui-build > ${javadoc_output}
9090
EXIT_CODE=$?
9191
if [ $EXIT_CODE != 0 ] ; then
9292
echo "ERROR in Javadocs. Printing full output:"

0 commit comments

Comments
 (0)