We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sonar.projectKey
1 parent c8befb2 commit 837eda3Copy full SHA for 837eda3
build.gradle
@@ -966,13 +966,14 @@ reference.onlyIf { "$System.env.NO_REFERENCE_TASK" != 'true' || project.hasPrope
966
967
sonarqube {
968
properties {
969
- property 'sonar.jacoco.reportPath', "${buildDir.name}/jacoco.exec"
+ property 'sonar.coverage.jacoco.xmlReportPaths', "${buildDir.name}/jacoco.exec"
970
property 'sonar.links.homepage', linkHomepage
971
property 'sonar.links.ci', linkCi
972
property 'sonar.links.issue', linkIssue
973
property 'sonar.links.scm', linkScmUrl
974
property 'sonar.links.scm_dev', linkScmDevConnection
975
property 'sonar.java.coveragePlugin', 'jacoco'
976
+ property 'sonar.projectKey', "$group:$name"
977
}
978
979
0 commit comments