From ca9e043ef4db41b79e78bf166030bf0c1de303dd Mon Sep 17 00:00:00 2001 From: MartinaeyNL Date: Wed, 22 Apr 2026 10:32:24 +0200 Subject: [PATCH] Change recommended IntelliJ setting of 'Build and run using' to Gradle instead of IntelliJ IDEA. --- docs/developer-guide/setting-up-an-ide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide/setting-up-an-ide.md b/docs/developer-guide/setting-up-an-ide.md index cceb5632..2b61f1a6 100644 --- a/docs/developer-guide/setting-up-an-ide.md +++ b/docs/developer-guide/setting-up-an-ide.md @@ -49,7 +49,7 @@ You can download the [IntelliJ Community Edition](https://www.jetbrains.com/idea - Choose the 'Open' option in the startup screen and open the root directory of the OpenRemote codebase. - Note that IntelliJ might time out if a background Gradle process (for example, running the GWT compiler server) blocks the Gradle import. Stop and start the background process to unblock. - Verify the build settings: Settings/Preferences -> Build,Execution,Deployment -> Build Tools -> Gradle: - - Configure for 'Build and run using' the option 'IntelliJ IDEA' + - Configure for 'Build and run using' the option 'Gradle' - Configure for 'Run tests using' the option 'Gradle' - Click on 'Apply' - Run `./gradlew clean installDist` in a terminal in IntelliJ to be sure everything compiles. @@ -117,7 +117,7 @@ We recommend you set this as the default directory in your IDE for all *Run Conf :::note In newer versions of IntelliJ you need to change some run options. Go to Preferences -> Build,Execution,Deployment -> Build Tools -> Gradle: -- Configure for 'Build and run using' the option 'IntelliJ IDEA' +- Configure for 'Build and run using' the option 'Gradle' - Configure for 'Run tests using' the option 'Gradle' - Click on 'Apply'