We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5bfac2 + 038a920 commit bc4fc00Copy full SHA for bc4fc00
1 file changed
build.gradle
@@ -6,6 +6,10 @@ apply plugin: 'eclipse-wtp'
6
sourceCompatibility = 1.8
7
compileJava.options.encoding = 'UTF-8'
8
9
+jacoco {
10
+ toolVersion = '0.8.1'
11
+}
12
+
13
repositories {
14
jcenter()
15
}
0 commit comments