aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subprojects/frontend/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/build.gradle b/subprojects/frontend/build.gradle
index e57b2c4b..aab1caed 100644
--- a/subprojects/frontend/build.gradle
+++ b/subprojects/frontend/build.gradle
@@ -123,7 +123,7 @@ tasks.named('clean') {
123} 123}
124 124
125sonarqube.properties { 125sonarqube.properties {
126 properties['sonar.sources'] += ['src'] 126 properties['sonar.sources'] = 'src'
127 property 'sonar.nodejs.executable', "${frontend.nodeInstallDirectory.get()}/bin/node" 127 property 'sonar.nodejs.executable', "${frontend.nodeInstallDirectory.get()}/bin/node"
128 property 'sonar.eslint.reportPaths', "${buildDir}/eslint.json" 128 property 'sonar.eslint.reportPaths', "${buildDir}/eslint.json"
129} 129}