MartijnVisser commented on code in PR #23548:
URL: https://github.com/apache/flink/pull/23548#discussion_r1365395460
##########
pom.xml:
##########
@@ -1124,6 +1124,35 @@ under the License.
</build>
</profile>
+ <profile>
+ <id>java21</id>
+ <activation>
+ <jdk>[21,)</jdk>
+ </activation>
+
+ <properties>
+ <!-- Bump Scala because before 2.12.18 doesn't
compile on Java 21. -->
+ <scala.version>2.12.18</scala.version>
Review Comment:
Unless it works the same as with Java 17 (but that I don't know)
--
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]