From b8634fb7e4ec5925713db6e183a62aedc3a7aac1 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sat, 10 Mar 2018 14:56:46 +0100 Subject: Document how to open project in IDE --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 80da0ae7b92..06ea0ce39ac 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ The zip distribution file is generated in `sonar-application/build/distributions # or on Windows bin\windows-x86-64\StartSonar.bat +### Open in IDE + +If the project has never been built, then build it as usual (see previous section) or use the quicker command: + + ./gradlew ide + +Then simply open the root file `build.gradle` as a project in Intellij or Eclipse. + ### Run Integration Tests Integration tests are grouped into categories, listed in [tests/build.gradle](). -- cgit v1.2.3