From 3f671cfcace8552a32b78a9e3327394d85f863ba Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 29 Aug 2018 10:25:32 +0200 Subject: SONAR-11268 replace Jenkins by Cirrus CI --- server/sonar-web/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/sonar-web/build.gradle') diff --git a/server/sonar-web/build.gradle b/server/sonar-web/build.gradle index b8dd4e05fff..3f7135ed83c 100644 --- a/server/sonar-web/build.gradle +++ b/server/sonar-web/build.gradle @@ -52,14 +52,14 @@ yarn_run { ['config', 'public', 'scripts', 'src', '../sonar-docs/src'].each { inputs.dir(it).withPathSensitivity(PathSensitivity.RELATIVE) } - ['.babelrc', 'build.gradle', 'package.json', 'tsconfig.json', 'yarn.lock'].each { + ['.babelrc', 'package.json', 'tsconfig.json', 'yarn.lock'].each { inputs.file(it).withPathSensitivity(PathSensitivity.RELATIVE) } outputs.dir(webappDir) outputs.cacheIf { true } - args = ['build'] } +build.dependsOn(yarn_run) def sources = fileTree(dir: "src") + fileTree(dir: "scripts") + fileTree(dir: "config") -- cgit v1.2.3