Skip to content

Commit 44690ab

Browse files
committed
optimizing
1 parent bb4bade commit 44690ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-logic/src/main/java/conventions/ProjectJacocoConventionPlugin.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ class ProjectJacocoConventionPlugin : Plugin<Project> {
125125

126126
private fun Project.addReportMergingTask() {
127127
tasks.register<JacocoReport>("MergeHTMLJacocoReports") {
128-
group = "Reporting"
129-
description = "Merge all generated JacocoReport"
130128
logger.quiet("======Merging HTML Reports=========")
131129
val javaClasses :MutableCollection<String> = mutableListOf()
132130
val kotlinClasses :MutableCollection<String> = mutableListOf()

0 commit comments

Comments
 (0)