From f9282906d46723ac3794dc37aa952cca2a6c21b1 Mon Sep 17 00:00:00 2001 From: BONNEVILLE Geoffroy Date: Thu, 8 Nov 2018 12:15:29 +0100 Subject: [PATCH] Added SonarCloud project key property to gradle --- .idea/caches/build_file_checksums.ser | Bin 535 -> 535 bytes .idea/misc.xml | 2 +- .idea/modules.xml | 2 +- app/build.gradle | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index b9c50b15419e0d7872c747a8d2e8ad06c1d8a3fd..53da29d24f4856848837df8e01e2a457afcbe2bf 100644 GIT binary patch delta 69 zcmV-L0J{H|1eXMmmj!0>tJqqRoOcke3=%{*SWtJ0A(Ro^f6;7{BLPJim-t_SbKhT^ b56vo-LJ$(WbN~=+Z)0I>lkou+la&F2>INJ5 delta 69 zcmV-L0J{H|1eXMmmjz_TQ7E~QoOckq)L=(+&D&(KLY($k+_4ptBLPJiLiop--o*Pp b()Zh&0~W!4bN~=+Z)0I>lkou+la&F2f(sy; diff --git a/.idea/misc.xml b/.idea/misc.xml index b0c7b20..e0d5b93 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -29,7 +29,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index f3677ad..e72d89c 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 34c8d51..2ac68ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,6 +25,7 @@ sonarqube { property 'sonar.host.url', '#{sonar.host.url}' property 'sonar.login', '#{sonar.login}' property 'sonar.organization', '#{sonar.organization}' + property 'sonar.projectKey', '#{sonar.projectkey}' } }