mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
Added SonarCloud project key property to gradle
This commit is contained in:
@@ -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}'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user