PAN-48 Updated the sonar configuration
This commit is contained in:
@@ -37,6 +37,14 @@ sonarqube {
|
||||
}
|
||||
|
||||
allprojects {
|
||||
sonarqube {
|
||||
properties {
|
||||
property "sonar.host.url", "https://sonarcloud.io"
|
||||
property "sonar.projectKey", "atusa17_ptp"
|
||||
property "sonar.organization", "atusa17-github"
|
||||
property "sonar.login", "9dcc611cd79f175459248b053b25450e36e38463"
|
||||
}
|
||||
}
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'jacoco'
|
||||
apply plugin: 'org.unbroken-dome.test-sets'
|
||||
|
||||
Reference in New Issue
Block a user