Commit c40de29a98907351cd5bf9f74c95635bc171c1e1
1 parent
db123b23
Exists in
master
set
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/build.gradle
... | ... | @@ -30,6 +30,7 @@ android { |
30 | 30 | property "sonar.projectKey", "ApplicationTestNew" |
31 | 31 | property "sonar.login", "17e0f8de882bc47da02728c822621b7818a57cb4" |
32 | 32 | property "sonar.host.url", "http://localhost:9000" |
33 | + //property "sonar.java.binaries", "${sourceSets.main.output.classesDir}" | |
33 | 34 | //property "sonar.login", "admin" |
34 | 35 | //property "sonar.password", "admin" |
35 | 36 | } |
... | ... |