We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa6cd9 commit ea55e55Copy full SHA for ea55e55
1 file changed
build.gradle
@@ -3,7 +3,6 @@ plugins {
3
id("java-library")
4
id("checkstyle")
5
id("eclipse")
6
- id("jacoco")
7
id("maven-publish")
8
id("me.champeau.jmh") version "0.7.3"
9
id("com.github.hierynomus.license") version "0.16.1"
@@ -264,6 +263,8 @@ tasks.withType(Test) {
264
263
}
265
266
if (experimental == null || "".equals(experimental)) {
+ apply plugin: "jacoco"
267
+
268
jacocoTestReport {
269
dependsOn test
270
dependsOn testNG
0 commit comments