aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2021-09-23 17:27:25 +0200
committersonartech <sonartech@sonarsource.com>2021-09-28 20:03:12 +0000
commit352673af8f3b8035ba7f0e4e1073cc7bdf463a4a (patch)
tree8a02a43bab767da1b1838492bb52b207aa6d0e28 /settings.gradle
parent4024058c7b8ef575b317f97c66fbc1bffbb89349 (diff)
downloadsonarqube-352673af8f3b8035ba7f0e4e1073cc7bdf463a4a.tar.gz
sonarqube-352673af8f3b8035ba7f0e4e1073cc7bdf463a4a.zip
SONAR-15428 support bitbucket.org auth
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index e1812401f48..9852b8d959a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -15,6 +15,7 @@ rootProject.name = 'sonarqube'
include 'plugins:sonar-xoo-plugin'
include 'server:sonar-auth-common'
+include 'server:sonar-auth-bitbucket'
include 'server:sonar-auth-github'
include 'server:sonar-auth-gitlab'
include 'server:sonar-auth-ldap'