This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluss.git
commit 771ace003dd5f30025683e60f9d5133350014796 Author: Jark Wu <[email protected]> AuthorDate: Sat Oct 25 21:04:54 2025 +0800 [release] Compile javadoc for Java8 version to fix release errors --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 601461cb6..ce9f88607 100644 --- a/pom.xml +++ b/pom.xml @@ -1054,7 +1054,7 @@ <configuration> <quiet>true</quiet> <detectOfflineLinks>false</detectOfflineLinks> - <release>11</release> + <release>8</release> <additionalJOptions> <additionalJOption>-Xdoclint:none</additionalJOption> <additionalJOption>--allow-script-in-comments</additionalJOption>
