snuyanzin commented on code in PR #25898:
URL: https://github.com/apache/flink/pull/25898#discussion_r1907845089
##########
pom.xml:
##########
@@ -1418,7 +1426,7 @@ under the License.
<!-- versions for certain build tools are enforced to match the CI setup -->
<!-- the rules below should stay in sync with Flink Release wiki documentation
and the CI scripts -->
<requireJavaVersion>
-
<version>[11.0.0,11.1.0)</version>
+
<version>[17.*)</version>
Review Comment:
```suggestion
<version>[${target.java.version}.*)</version>
```
--
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]