Skip to content

Commit ea55e55

Browse files
committed
No jacoco for experimentals
1 parent 7fa6cd9 commit ea55e55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
id("java-library")
44
id("checkstyle")
55
id("eclipse")
6-
id("jacoco")
76
id("maven-publish")
87
id("me.champeau.jmh") version "0.7.3"
98
id("com.github.hierynomus.license") version "0.16.1"
@@ -264,6 +263,8 @@ tasks.withType(Test) {
264263
}
265264

266265
if (experimental == null || "".equals(experimental)) {
266+
apply plugin: "jacoco"
267+
267268
jacocoTestReport {
268269
dependsOn test
269270
dependsOn testNG

0 commit comments

Comments
 (0)