Skip to content

Commit 7f0c43d

Browse files
Update sonarqube plugin task name
1 parent 913145f commit 7f0c43d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)