PAN-48 Updated the sonar configuration

This commit is contained in:
2019-02-24 22:40:33 -07:00
parent 0734f6ff10
commit 30988fa94a
+8
View File
@@ -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'