Skip to content

Commit ebb890e

Browse files
committed
Disable Jacoco support until #2736 is resolved
Since commit 826088e, all `test` tasks in the build are SKIPPED. This commit allows `test` tasks to execute again.
1 parent de69942 commit ebb890e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildSrc/src/main/kotlin/java-library-conventions.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ plugins {
77
idea
88
checkstyle
99
id("base-conventions")
10-
id("jacoco-conventions")
10+
// Disable Jacoco until GitHub #2736 issue is resolved.
11+
// id("jacoco-conventions")
1112
}
1213

1314
val mavenizedProjects: List<Project> by rootProject.extra

0 commit comments

Comments
 (0)