Skip to content

Commit d486672

Browse files
committed
Fix Jacoco version specification
1 parent 82c75b0 commit d486672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/vanniktech/android/junit/jacoco/Generation.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Generation implements Plugin<Project> {
1111
subProject.plugins.apply('jacoco')
1212

1313
jacoco {
14-
version '0.7.2.201409121644'
14+
toolVersion '0.7.2.201409121644'
1515
}
1616

1717
subProject.task("jacocoReport", type: JacocoReport, dependsOn: 'testDebugUnitTest') {

0 commit comments

Comments
 (0)