From cac2549fe23e8890410661b8424e5258a2c51fe7 Mon Sep 17 00:00:00 2001 From: inanyan Date: Wed, 8 May 2024 12:54:39 +0300 Subject: [PATCH] Changed the docs --- .../intellij-12-build.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md index 1dfb4f01f58..3ffe0b5ca9c 100644 --- a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md +++ b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md @@ -32,12 +32,6 @@ After clicking "Download", IntelliJ installs Eclipse Temurin: ![IntelliJ installs Eclipse Temurin](guidelines-intellij-installs-temurin.png) {% endfigure %} -Open the module settings: Right click on "JabRef" and select "Open Module Settings": - -{% figure caption:"Open IntelliJ Module Settings" %} -![IntelliJ Module Settings](guidelines-intellij-open-module-settings.png) -{% endfigure %} - Navigate to **Project Settings > Project** and ensure that the projects' SDK is Java 21. {% figure caption:"Project SDK is pinned to the downloaded SDK (showing JDK 21 as example)" %}