From 29fb99ffea05da7806e67c6ee364751198146d04 Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Fri, 20 Dec 2024 10:36:35 -0800 Subject: [PATCH] Update JDK version in dev docs (#848) --- DEVELOPMENT.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEVELOPMENT.adoc b/DEVELOPMENT.adoc index 8bd89b96..c7c07d79 100644 --- a/DEVELOPMENT.adoc +++ b/DEVELOPMENT.adoc @@ -2,12 +2,11 @@ :uri-gng: https://gng.dsun.org :uri-jenv: https://www.jenv.be :uri-intellij: https://www.jetbrains.com/idea/download/ -:uri-jdk: https://adoptopenjdk.net/releases.html?variant=openjdk17 :uri-native-prerequisites: https://www.graalvm.org/latest/getting-started/windows/#prerequisites-for-native-image-on-windows == Setup -. (mandatory) Install {uri-jdk}[OpenJDK 17] or higher +. (mandatory) Install a JDK (any version between 17 - 21). . (recommended) Install {uri-intellij}[IntelliJ IDEA] + To import the project into IntelliJ, go to File->Open and select the project's root directory. If the project is opened but not imported, look for a popup in the lower right corner