Use new SonarCloud organization

This commit is contained in:
Gary Tierney
2018-08-26 14:59:09 +01:00
parent b6c21029d4
commit 1d802c3cb0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ jdk:
addons:
sonarcloud:
organization: "github-apollo-rsps"
organization: "apollo-rsps"
after_success:
- ./gradlew jacocoTestReport
+1 -1
View File
@@ -61,7 +61,7 @@ gradle.projectsEvaluated {
sonarqube {
properties {
property "sonar.organization", "github-apollo-rsps"
property "sonar.organization", "apollo-rsps"
property "sonar.projectKey", "apollo:org.apollo"
property "sonar.projectName", "Apollo RSPS"
property "sonar.kotlin.file.suffixes", ".kt,.kts"