Skip to content

Commit bc4fc00

Browse files
Merge pull request #308 from pmpowers-usgs/test-work
jacoco tool version
2 parents d5bfac2 + 038a920 commit bc4fc00

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ apply plugin: 'eclipse-wtp'
66
sourceCompatibility = 1.8
77
compileJava.options.encoding = 'UTF-8'
88

9+
jacoco {
10+
toolVersion = '0.8.1'
11+
}
12+
913
repositories {
1014
jcenter()
1115
}

0 commit comments

Comments
 (0)