Skip to content

Commit 6e9a3b8

Browse files
committed
Add dependencies for sonar task as well as sonarqube
1 parent b11da22 commit 6e9a3b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ plugins {
55
tasks.named("sonarqube") {
66
dependsOn ":web-ui:yarn_run_coverage", ":server:jacocoTestReport"
77
}
8+
9+
tasks.named("sonar") {
10+
dependsOn ":web-ui:yarn_run_coverage", ":server:jacocoTestReport"
11+
}

0 commit comments

Comments
 (0)