From 14c6032efb1f3edecd825ee9755e78a0cfdbf340 Mon Sep 17 00:00:00 2001 From: Alatyami Date: Mon, 22 Jan 2024 18:35:28 -0700 Subject: [PATCH] Update Sonar Project Key --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4ff1c28..42e5914 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ archivesBaseName = 'growthcraft' sonarqube { properties { - property "sonar.projectKey", "Growthcraft-1.19" + property "sonar.projectKey", "GrowthcraftCE_Growthcraft-1.19" property "sonar.organization", "growthcraftce" property "sonar.host.url", "https://sonarcloud.io" }