Skip to content

Commit ee51865

Browse files
Update sonarqube plugin task name
1 parent f2282f8 commit ee51865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ allprojects {
6868
}
6969
}
7070

71-
sonarqube {
71+
sonar {
7272
properties {
7373
property 'sonar.buildString', version
7474
}
@@ -131,7 +131,7 @@ subprojects {
131131
from javadoc.destinationDir
132132
}
133133

134-
rootProject.tasks["sonarqube"].dependsOn jacocoTestReport
134+
rootProject.tasks["sonar"].dependsOn jacocoTestReport
135135

136136
apply plugin: 'signing'
137137

0 commit comments

Comments
 (0)