diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-03-12 10:48:44 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-03-26 20:20:57 +0200 |
commit | ea341da5bb721a4d833c3dd324162bbb0bc04642 (patch) | |
tree | 856834be64b032fdcff68abbbc939a7b1c2f28ba /settings.gradle | |
parent | 9ac78350022bfadca4845a42cb600dfa762fb66b (diff) | |
download | sonarqube-ea341da5bb721a4d833c3dd324162bbb0bc04642.tar.gz sonarqube-ea341da5bb721a4d833c3dd324162bbb0bc04642.zip |
VSTS-141 Move vsts integration to it's own module
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle index 4aafd11b675..09bc97e3c28 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,6 +12,7 @@ include 'server:sonar-plugin-bridge' include 'server:sonar-process' include 'server:sonar-qa-util' include 'server:sonar-server' +include 'server:sonar-vsts' include 'server:sonar-web' include 'sonar-application' |