Skip to content

Commit 358cd06

Browse files
authored
build: fix code coverage aggregation
1 parent 64a9bf2 commit 358cd06

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

build-logic/src/main/groovy/config.code-coverage-aggregate.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
id 'base'
23
id 'jacoco'
34
}
45

@@ -78,9 +79,6 @@ afterEvaluate {
7879
}
7980
}
8081

81-
pluginManager.withPlugin('base') {
82-
tasks.named('check') {
83-
dependsOn('jacocoAggregatedReport')
84-
}
82+
tasks.named('check') {
83+
dependsOn('jacocoAggregatedReport')
8584
}
86-

0 commit comments

Comments
 (0)