plusplusjiajia opened a new pull request, #7317: URL: https://github.com/apache/paimon/pull/7317
### Purpose The Javadoc generation for the [Paimon website](https://paimon.apache.org/docs/master/api/java/) is currently broken — the API docs page cannot render properly.The CI build failure can be seen at: https://github.com/apache/paimon-website/actions/runs/22467456347/job/65076695360The error is: plaintext javadoc: error - invalid flag: --ignore-source-errors Command line was: /opt/hostedtoolcache/jdk/8.0.482/x64/jre/../bin/javadoc "-Xdoclint:none --allow-script-in-comments" -Xdoclint:none --ignore-source-errors -Xdoclint:none @options @packages @argfile The paimon-website-javadoc profile declares maven-javadoc-plugin version 3.1.1, but due to Maven's configuration merging, it inherits settings from pluginManagement (version 3.11.2), including --ignore-source-errors. This flag is only supported on JDK 11+ and causes the build to fail when the website CI runs with JDK 8. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
