Added SonarCloud project key property to gradle

This commit is contained in:
BONNEVILLE Geoffroy
2018-11-08 12:15:29 +01:00
parent e39689fa8a
commit f9282906d4
4 changed files with 3 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ sonarqube {
property 'sonar.host.url', '#{sonar.host.url}'
property 'sonar.login', '#{sonar.login}'
property 'sonar.organization', '#{sonar.organization}'
property 'sonar.projectKey', '#{sonar.projectkey}'
}
}