Skip to content

Commit

Permalink
[hotfix] Add missing backslash to skip webui build during Javadoc gen…
Browse files Browse the repository at this point in the history
…eration

(cherry picked from commit 2028b56)
  • Loading branch information
MartijnVisser committed Aug 30, 2024
1 parent 3d1c416 commit 5e6307b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mvn clean install -B -DskipTests -Dfast -Pskip-webui-build
# build java/scala docs
mkdir -p docs/target/api
mvn javadoc:aggregate -B \
-Pskip-webui-build
-Pskip-webui-build \
-Dmaven.javadoc.failOnError=true \
-Dcheckstyle.skip=true \
-Dspotless.check.skip=true \
Expand Down

0 comments on commit 5e6307b

Please sign in to comment.