Skip to content

Commit 85b64cd

Browse files
authored
Merge pull request #225 from microsoftgraph/baywet-patch-1
- updates sonarcloud configuration to match organization
2 parents b73627f + 2aebd82 commit 85b64cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def pomConfig = {
9191

9292
sonarqube {
9393
properties {
94-
property "sonar.projectKey", "msgraph-sdk-java-core"
95-
property "sonar.organization", "microsoftgraph"
94+
property "sonar.projectKey", "microsoftgraph_msgraph-sdk-java-core"
95+
property "sonar.organization", "microsoftgraph2"
9696
property "sonar.host.url", "https://sonarcloud.io"
9797
}
9898
}

0 commit comments

Comments
 (0)