dylanhz commented on code in PR #26773: URL: https://github.com/apache/flink/pull/26773#discussion_r2199332098
########## 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: My first build failed using 11 following the instructions on this page. I think we should recommend 17 as the default and put a note here about how to support 11. -- 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