From 9973bacbfa4a945e509bf1b574d7e5aae4ba155a Mon Sep 17 00:00:00 2001 From: Eric Hartmann Date: Thu, 28 Jun 2018 16:12:32 +0200 Subject: SONAR-10860 Make sonar-web cacheable with sonar-docs --- server/sonar-web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/sonar-web') diff --git a/server/sonar-web/build.gradle b/server/sonar-web/build.gradle index 7099b734ce0..42b555a8031 100644 --- a/server/sonar-web/build.gradle +++ b/server/sonar-web/build.gradle @@ -57,7 +57,7 @@ node { yarn_run { if (official) { dependsOn copyBranding } - ['config', 'public', 'scripts', 'src'].each { + ['config', 'public', 'scripts', 'src', '../sonar-docs/src'].each { inputs.dir(it).withPathSensitivity(PathSensitivity.RELATIVE) } ['.babelrc', 'build.gradle', 'package.json', 'tsconfig.json', 'yarn.lock'].each { -- cgit v1.2.3