mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 08:40:08 +00:00
Use new SonarCloud organization
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ jdk:
|
|||||||
|
|
||||||
addons:
|
addons:
|
||||||
sonarcloud:
|
sonarcloud:
|
||||||
organization: "github-apollo-rsps"
|
organization: "apollo-rsps"
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- ./gradlew jacocoTestReport
|
- ./gradlew jacocoTestReport
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ gradle.projectsEvaluated {
|
|||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
properties {
|
properties {
|
||||||
property "sonar.organization", "github-apollo-rsps"
|
property "sonar.organization", "apollo-rsps"
|
||||||
property "sonar.projectKey", "apollo:org.apollo"
|
property "sonar.projectKey", "apollo:org.apollo"
|
||||||
property "sonar.projectName", "Apollo RSPS"
|
property "sonar.projectName", "Apollo RSPS"
|
||||||
property "sonar.kotlin.file.suffixes", ".kt,.kts"
|
property "sonar.kotlin.file.suffixes", ".kt,.kts"
|
||||||
|
|||||||
Reference in New Issue
Block a user