We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2282f8 commit ee51865Copy full SHA for ee51865
build.gradle
@@ -68,7 +68,7 @@ allprojects {
68
}
69
70
71
-sonarqube {
+sonar {
72
properties {
73
property 'sonar.buildString', version
74
@@ -131,7 +131,7 @@ subprojects {
131
from javadoc.destinationDir
132
133
134
- rootProject.tasks["sonarqube"].dependsOn jacocoTestReport
+ rootProject.tasks["sonar"].dependsOn jacocoTestReport
135
136
apply plugin: 'signing'
137
0 commit comments