davidradl commented on code in PR #26773: URL: https://github.com/apache/flink/pull/26773#discussion_r2197942316
########## docs/content/docs/flinkDev/building.md: ########## @@ -33,7 +33,7 @@ This page covers how to build Flink {{< version >}} from sources. In order to build Flink you need the source code. Either [download the source of a release]({{< downloads >}}) or [clone the git repository]({{< github_repo >}}). -In addition you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Flink requires **Java 11** to build. +In addition you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Flink requires **Java 17** to build. Review Comment: We support the minimum of 11 but recommend 17. I suggest using words like this rather than `requires 17`. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org