From 35ea741ae4c0a84c160b993cea0eab0f228dbbe6 Mon Sep 17 00:00:00 2001 From: hongwei Date: Mon, 25 Nov 2024 15:03:53 +0100 Subject: [PATCH] docfix/tweaked the `Run_via_IntelliJ_IDEA.md` --- obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md b/obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md index c5dd4a82ad..fdcf303fb5 100644 --- a/obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md +++ b/obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md @@ -12,7 +12,7 @@ * Alternatively you can do File -> New -> Project from VCS and checkout the project directly from github. -* When / if prompted for SDK, choose Java 1.8 (and Scala 2.12) otherwise keep the defaults. Use the Maven options. Do not change the project name etc. +* When / if prompted for SDK, choose Java 11 (and Scala 2.12) otherwise keep the defaults. Use the Maven options. Do not change the project name etc. * If you see a message about an unmanaged pom.xml, click the option to let Maven manage it.