aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 6f681f2228b..d736e103bf8 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -2,6 +2,8 @@ rootProject.name = 'sonarqube'
include 'plugins:sonar-xoo-plugin'
+include 'server:sonar-auth-common'
+include 'server:sonar-auth-github'
include 'server:sonar-auth-gitlab'
include 'server:sonar-ce'
include 'server:sonar-ce-common'
@@ -51,3 +53,4 @@ buildCache {
enabled = !isCiServer
}
}
+