diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index b9c50b1..53da29d 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ 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}' } }