Skip to content

Commit

Permalink
Disable Jacoco support until junit-team#2736 is resolved
Browse files Browse the repository at this point in the history
Since commit 826088e, all `test` tasks in the build are SKIPPED.

This commit allows `test` tasks to execute again.
  • Loading branch information
sbrannen committed Oct 2, 2021
1 parent de69942 commit ebb890e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/java-library-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ plugins {
idea
checkstyle
id("base-conventions")
id("jacoco-conventions")
// Disable Jacoco until GitHub #2736 issue is resolved.
// id("jacoco-conventions")
}

val mavenizedProjects: List<Project> by rootProject.extra
Expand Down

0 comments on commit ebb890e

Please sign in to comment.