aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2019-09-17 12:21:53 +0200
committerSonarTech <sonartech@sonarsource.com>2019-09-23 20:21:07 +0200
commit056302d0d534a30a8a7d905602455b0ba0f900a2 (patch)
tree1e755215fb861b215e97e724239c22036cccc639 /settings.gradle
parent26a7d44c9cce85b62e6d3f2043aa3eddc500a54e (diff)
downloadsonarqube-056302d0d534a30a8a7d905602455b0ba0f900a2.tar.gz
sonarqube-056302d0d534a30a8a7d905602455b0ba0f900a2.zip
SONAR-12460 Support GitLab Authentication
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 ddd03331587..6f681f2228b 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -2,6 +2,7 @@ rootProject.name = 'sonarqube'
include 'plugins:sonar-xoo-plugin'
+include 'server:sonar-auth-gitlab'
include 'server:sonar-ce'
include 'server:sonar-ce-common'
include 'server:sonar-ce-task'