diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-08-16 16:21:32 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-20 20:21:03 +0200 |
commit | 1693f024e1e8b76db97aa24bc785516181c97d81 (patch) | |
tree | 90af5504a01077f5a4c438dc2e4a9b609f7e4b3c /settings.gradle | |
parent | fecabb60a6737406700e07e274f14cd75af7fba7 (diff) | |
download | sonarqube-1693f024e1e8b76db97aa24bc785516181c97d81.tar.gz sonarqube-1693f024e1e8b76db97aa24bc785516181c97d81.zip |
Move bitbucket cloud connect app in private module
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index e08017fd410..535542fa019 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,7 +2,6 @@ rootProject.name = 'sonarqube' include 'plugins:sonar-xoo-plugin' -include 'server:sonar-bitbucketcloud' include 'server:sonar-ce' include 'server:sonar-ce-common' include 'server:sonar-ce-task' |