Skip to content

Commit 2d13032

Browse files
committed
Add sonar.projectName property for SonarQube
1 parent 9a3f5b1 commit 2d13032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ sonarqube {
974974
property 'sonar.links.scm_dev', linkScmDevConnection
975975
property 'sonar.java.coveragePlugin', 'jacoco'
976976
property 'sonar.projectKey', "$group:$name"
977+
property 'sonar.projectName', "$name"
977978
}
978979
}
979980

0 commit comments

Comments
 (0)