diff options
Diffstat (limited to 'server/sonar-web/build.gradle')
-rw-r--r-- | server/sonar-web/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |