From 71adc5d11193e3907f081a0a6e9d5479c270731e Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 5 Dec 2019 11:39:00 -0500 Subject: [PATCH] Remove `sonar.projectKey` & `sonar.projectName` yet It turns out that these properties have some reasonable defaults, but Sonar plugin on Bamboo can't read them anyway. So, we have to modify CI plan for respective values for the project --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4c14f70419..a7bc644910 100644 --- a/build.gradle +++ b/build.gradle @@ -973,8 +973,6 @@ sonarqube { property 'sonar.links.scm', linkScmUrl property 'sonar.links.scm_dev', linkScmDevConnection property 'sonar.java.coveragePlugin', 'jacoco' - property 'sonar.projectKey', "$group:$name" - property 'sonar.projectName', "$name" } }