We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de69942 commit ebb890eCopy full SHA for ebb890e
buildSrc/src/main/kotlin/java-library-conventions.gradle.kts
@@ -7,7 +7,8 @@ plugins {
7
idea
8
checkstyle
9
id("base-conventions")
10
- id("jacoco-conventions")
+ // Disable Jacoco until GitHub #2736 issue is resolved.
11
+ // id("jacoco-conventions")
12
}
13
14
val mavenizedProjects: List<Project> by rootProject.extra
0 commit comments