Skip to content

Commit 499c816

Browse files
update location of class file for jacoco
1 parent 8776fc6 commit 499c816

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Fri Aug 30 08:06:20 EDT 2019
2+
#Fri Aug 30 08:45:21 EDT 2019
33
version_minor=0
4-
version_build=21
4+
version_build=23
55
version_patch=7
66
version_major=2
77
version_store=48

app/jacoco.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest']) {
3838
'android/**/*.*',
3939
'**/com/jjoe64/*'
4040
]
41-
def classDir = "$project.buildDir/intermediates/javac/debug/compileDebugJavaWithJavac/classes"
41+
def classDir = "$project.buildDir/intermediates/javac/debug/classes"
4242
def mainSrc = "$project.projectDir/src/main/java"
4343
def debugTree = fileTree(dir: classDir, excludes: fileFilter)
4444

0 commit comments

Comments
 (0)