diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2018-06-26 09:50:56 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-12 20:20:58 +0200 |
commit | c6ebf9cf36b441053b5388098cd23e559e065936 (patch) | |
tree | 4aaa9137d05c5e69514e9fa9e50742f8eeef980b /server/sonar-web | |
parent | 992fa1cac72b5fbaba7d71b5656320346c9a2817 (diff) | |
download | sonarqube-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.gradle | 8 |
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) { |