[
https://issues.apache.org/jira/browse/FLINK-33159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17769130#comment-17769130
]
Martijn Visser commented on FLINK-33159:
----------------------------------------
[~davidradl] It's a necessity since we have to enforce Java8 when creating a
release. Until Java 8 support is dropped, we can't change this
> Use the variables for java and Maven version checks in the pom file
> --------------------------------------------------------------------
>
> Key: FLINK-33159
> URL: https://issues.apache.org/jira/browse/FLINK-33159
> Project: Flink
> Issue Type: Improvement
> Components: Build System
> Reporter: david radley
> Priority: Minor
>
> Use the variables for java and Maven version checks in the pom file.
> In the pom file I notice line
> _<requireJavaVersion>_
> _<version>1.8.0</version>_
> _</requireJavaVersion>_
> This should use the variable like this:
> \{_}<version>{_}${target.java.version}{_}</version>{_}
> I also see 2 instanced of _<target.java.version>1.8</target.java.version>_
> The second instance should refer to the variable
> also the Maven versions should use variables.
>
> I will provide a pr for this.
>
>
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)