aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorJacek <jacek.poreda@sonarsource.com>2021-01-26 08:10:26 +0100
committersonartech <sonartech@sonarsource.com>2021-02-04 20:07:07 +0000
commit0965d5c0bc11756086cb1f0e28fa3f2805ab39df (patch)
treeac46ec1cfe247ca19fae48e95c7ebb32cc2d4b40 /settings.gradle
parent3dc692ce6ea5381356cab7ff3d9e61f3f71ec86c (diff)
downloadsonarqube-0965d5c0bc11756086cb1f0e28fa3f2805ab39df.tar.gz
sonarqube-0965d5c0bc11756086cb1f0e28fa3f2805ab39df.zip
SONAR-14371 Create 'sonar-alm-client' module
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 89e53c7828f..1030a4f2d0c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -33,6 +33,7 @@ include 'server:sonar-webserver-core'
include 'server:sonar-webserver-es'
include 'server:sonar-webserver-webapi'
include 'server:sonar-webserver-ws'
+include 'server:sonar-alm-client'
include 'sonar-application'
include 'sonar-check-api'