diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2021-07-16 14:50:53 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-07-21 20:03:01 +0000 |
commit | 22e0696a0924aee4746155771412460085ccb0df (patch) | |
tree | 672a899f67c1df1cc8e582d9329a656c41e236d3 /settings.gradle | |
parent | a57b5dd4d8ba48dd55a80111f1c6db54cb36c63d (diff) | |
download | sonarqube-22e0696a0924aee4746155771412460085ccb0df.tar.gz sonarqube-22e0696a0924aee4746155771412460085ccb0df.zip |
SONAR-14617 Target local sonar-ui-common project
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle index e1812401f48..0ae1e82d5ee 100644 --- a/settings.gradle +++ b/settings.gradle @@ -38,6 +38,7 @@ include 'server:sonar-webserver-es' include 'server:sonar-webserver-webapi' include 'server:sonar-webserver-ws' include 'server:sonar-alm-client' +include 'server:sonar-ui-common' include 'sonar-application' include 'sonar-check-api' |