aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-08-08 12:28:41 +0200
committerSonarTech <sonartech@sonarsource.com>2019-08-14 20:21:12 +0200
commit4a557e2695c1ff7af001361dba25528f408bb833 (patch)
treeab30f994fb9f15bf399feb2551f76335a3006a4c /settings.gradle
parent980b9f16b8a34364489d2ed3a8472f725eea4770 (diff)
downloadsonarqube-4a557e2695c1ff7af001361dba25528f408bb833.tar.gz
sonarqube-4a557e2695c1ff7af001361dba25528f408bb833.zip
create sonar-webserver from sonar-server
contains the Web Server "executable", the Pico Container definition (to allow building it up from multiple modules) and Tomcat/JEE specific code
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 45401a90444..e50e4ca5a87 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -17,6 +17,7 @@ include 'server:sonar-server'
include 'server:sonar-server-common'
include 'server:sonar-vsts'
include 'server:sonar-web'
+include 'server:sonar-webserver'
include 'server:sonar-webserver-ws'
include 'sonar-application'