diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-03-10 14:56:46 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-03-12 09:24:24 +0100 |
commit | b8634fb7e4ec5925713db6e183a62aedc3a7aac1 (patch) | |
tree | 265d5a4a5624d89328420a57777a98cd5b137e71 /README.md | |
parent | e0aed6593d678f5435ca67c52ebc0ef08d4697bf (diff) | |
download | sonarqube-b8634fb7e4ec5925713db6e183a62aedc3a7aac1.tar.gz sonarqube-b8634fb7e4ec5925713db6e183a62aedc3a7aac1.zip |
Document how to open project in IDE
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
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](). |