This is an automated email from the ASF dual-hosted git repository.

yuzelin pushed a commit to branch build-1.3.2
in repository https://gitbox.apache.org/repos/asf/paimon-website.git


The following commit(s) were added to refs/heads/build-1.3.2 by this push:
     new aecb1258b hotfix: build 1.3
aecb1258b is described below

commit aecb1258b250b9af64295d06945501644d5bd13c
Author: yuzelin <[email protected]>
AuthorDate: Mon May 18 15:47:52 2026 +0800

    hotfix: build 1.3
---
 .github/workflows/docs.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/docs.sh b/.github/workflows/docs.sh
index 5014457d5..6eedfff00 100644
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -44,7 +44,8 @@ mvn -T 2C -B clean install -DskipTests -Pflink1,spark3
 # build java/scala docs
 mkdir -p docs/target/api
 mvn javadoc:aggregate -B -pl "!paimon-e2e-tests" -Ppaimon-website-javadoc \
-    -DadditionalJOption="-Xdoclint:none --allow-script-in-comments" \
+    -DadditionalJOption=-Xdoclint:none \
+    -DadditionalOptions=--allow-script-in-comments \
     -Dmaven.javadoc.failOnError=false \
     -Dcheckstyle.skip=true \
     -Dspotless.check.skip=true \

Reply via email to