From ca2bebc20111362d9fbd60e0c3bcd14fe181a5b0 Mon Sep 17 00:00:00 2001 From: crschnick Date: Mon, 7 Apr 2025 17:13:09 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7518964e1..a31a3b241 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ many IDEs still have problems building this project properly. For example, you can't build this project in eclipse or vscode as it will complain about missing modules. The tested and recommended IDE is IntelliJ. -When setting up the project in IntelliJ, make sure that the correct JDK (Java 22) +When setting up the project in IntelliJ, make sure that the correct JDK (Java 24) is selected both for the project and for gradle itself. ## Contributing guide