Browse Source

Fix Gradle cache of sonar-web

Do not reuse the cache of sonar-web outputs when switching "official"
mode.
tags/7.5
Simon Brandhof 5 years ago
parent
commit
bcf76ab7c7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      server/sonar-web/build.gradle

+ 1
- 0
server/sonar-web/build.gradle View File

@@ -49,6 +49,7 @@ task copyBranding() {

yarn_run {
if (official) { dependsOn copyBranding }
inputs.property('official', official)
['config', 'public', 'scripts', 'src', '../sonar-docs/src'].each {
inputs.dir(it).withPathSensitivity(PathSensitivity.RELATIVE)
}

Loading…
Cancel
Save