Commit db123b230cd337bc9ac40b67028883cc09eb9edd

Authored by Surendar D
1 parent 7317a16e
Exists in master

Changes

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/build.gradle
... ... @@ -27,11 +27,11 @@ android {
27 27 }
28 28 sonarqube {
29 29 properties {
30   - property "sonar.projectKey", "ApplicationTest"
31   - property "sonar.login", "771c3f575db3f3240ddf1a4154b94db1d5a217b9"
  30 + property "sonar.projectKey", "ApplicationTestNew"
  31 + property "sonar.login", "17e0f8de882bc47da02728c822621b7818a57cb4"
32 32 property "sonar.host.url", "http://localhost:9000"
33   -// property "sonar.login", "admin"
34   -// property "sonar.password", "admin"
  33 + //property "sonar.login", "admin"
  34 + //property "sonar.password", "admin"
35 35 }
36 36 }
37 37 }
... ...