From 2aebd822ea3e72179a391745a5a2e2b76632f6cc Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 3 Jun 2021 18:16:39 -0400 Subject: [PATCH] - updates sonarcloud configuration to match organization --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 504846f20..10208c4d2 100644 --- a/build.gradle +++ b/build.gradle @@ -91,8 +91,8 @@ def pomConfig = { sonarqube { properties { - property "sonar.projectKey", "msgraph-sdk-java-core" - property "sonar.organization", "microsoftgraph" + property "sonar.projectKey", "microsoftgraph_msgraph-sdk-java-core" + property "sonar.organization", "microsoftgraph2" property "sonar.host.url", "https://sonarcloud.io" } }