We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4bade commit 44690abCopy full SHA for 44690ab
build-logic/src/main/java/conventions/ProjectJacocoConventionPlugin.kt
@@ -125,8 +125,6 @@ class ProjectJacocoConventionPlugin : Plugin<Project> {
125
126
private fun Project.addReportMergingTask() {
127
tasks.register<JacocoReport>("MergeHTMLJacocoReports") {
128
- group = "Reporting"
129
- description = "Merge all generated JacocoReport"
130
logger.quiet("======Merging HTML Reports=========")
131
val javaClasses :MutableCollection<String> = mutableListOf()
132
val kotlinClasses :MutableCollection<String> = mutableListOf()
0 commit comments