From 586c713d12964ebe69ce222f9c5ebcc8e8c28403 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Wed, 3 Jul 2024 17:23:15 +0200 Subject: [PATCH] Updates build documentation to not mention explicit Java version as it was out of sync with the dedicated Java page. (#16674) This means there is one less place to keep information in sync. --- docs/development/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build.md b/docs/development/build.md index 911f25aabbf..e96f37fdc4a 100644 --- a/docs/development/build.md +++ b/docs/development/build.md @@ -33,7 +33,7 @@ make sure it has `/master/` in the URL. ##### Installing Java and Maven -- JDK 8, 8u92+ or JDK 11. See our [Java documentation](../operations/java.md) for information about obtaining a JDK. +- See our [Java documentation](../operations/java.md) for information about obtaining a supported JDK - [Maven version 3.x](http://maven.apache.org/download.cgi) ##### Other dependencies