Skip to content

Commit 492aaf9

Browse files
committed
Revert "Remove sonar.projectKey & sonar.projectName"
This reverts commit 6673116.
1 parent 6673116 commit 492aaf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,8 @@ sonarqube {
973973
property 'sonar.links.scm', linkScmUrl
974974
property 'sonar.links.scm_dev', linkScmDevConnection
975975
property 'sonar.java.coveragePlugin', 'jacoco'
976+
property 'sonar.projectKey', "$group:$name"
977+
property 'sonar.projectName', "$name"
976978
}
977979
}
978980

0 commit comments

Comments
 (0)