Skip to content

Commit 0e7ba10

Browse files
committed
2024-11-14 - web-ui-external include with sonarqube
1 parent 05936f0 commit 0e7ba10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ plugins {
44

55
tasks.named("sonarqube") {
66
dependsOn ":web-ui:yarn_run_coverage", ":server:jacocoTestReport"
7+
dependsOn ":web-ui-external-feedback:yarn_run_coverage", ":server:jacocoTestReport"
78
}
89

910
tasks.named("sonar") {
10-
dependsOn ":web-ui:yarn_run_coverage", ":server:jacocoTestReport"
11+
dependsOn ":web-ui-external-feedback:yarn_run_coverage", ":server:jacocoTestReport"
1112
}

0 commit comments

Comments
 (0)