This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 4980860d337 [hotfix][build][javadoc] Use `${target.java.version}` in
javadoc plugin
4980860d337 is described below
commit 4980860d3374f457fe5fa90119f3b7973ee4f613
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed Jan 14 17:17:44 2026 +0100
[hotfix][build][javadoc] Use `${target.java.version}` in javadoc plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cb93a82bffb..a3d9c467dd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2265,7 +2265,7 @@ under the License.
<configuration>
<quiet>true</quiet>
<detectOfflineLinks>false</detectOfflineLinks>
- <release>11</release>
+
<release>${target.java.version}</release>
<additionalJOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
<additionalJOption>--allow-script-in-comments</additionalJOption>