aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2018-06-26 09:50:56 +0200
committerSonarTech <sonartech@sonarsource.com>2018-10-12 20:20:58 +0200
commitc6ebf9cf36b441053b5388098cd23e559e065936 (patch)
tree4aaa9137d05c5e69514e9fa9e50742f8eeef980b /server/sonar-web
parent992fa1cac72b5fbaba7d71b5656320346c9a2817 (diff)
downloadsonarqube-c6ebf9cf36b441053b5388098cd23e559e065936.tar.gz
sonarqube-c6ebf9cf36b441053b5388098cd23e559e065936.zip
SONAR-10890 Move official distribution to sonar-application
Diffstat (limited to 'server/sonar-web')
-rw-r--r--server/sonar-web/build.gradle8
1 files changed, 0 insertions, 8 deletions
diff --git a/server/sonar-web/build.gradle b/server/sonar-web/build.gradle
index 9709c52724e..b79fb4df84e 100644
--- a/server/sonar-web/build.gradle
+++ b/server/sonar-web/build.gradle
@@ -11,14 +11,6 @@ sonarqube {
apply plugin: 'com.moowork.node'
-configurations {
- branding
-}
-
-dependencies {
- branding 'com.sonarsource:sonarsource-branding:1.3.0.307@war'
-}
-
def webappDir = "${buildDir}/webapp"
task copyBranding(type: Copy) {