Commit b684ab9c710ae4831ab6a0e2590d74fe1dca8a2c
1 parent
e556ce9f
Exists in
master
Test 10
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/build.gradle
... | ... | @@ -53,7 +53,7 @@ android { |
53 | 53 | property "sonar.binaries", "build/intermediates/javac/excelDebug" |
54 | 54 | //property "sonar.libraries", libraries |
55 | 55 | // Defines where the xml files are |
56 | - property "sonar.java.binaries", "build/intermediates/javac/excelDebug" | |
56 | + property "sonar.java.binaries", "build/intermediates/javac/excelDebug/compileExcelDebugJavaWithJavac/classes" | |
57 | 57 | //property "sonar.java.libraries", libraries |
58 | 58 | |
59 | 59 | //property "sonar.tests", "src/test/java, src/androidTest/java" | ... | ... |