Skip to content

Commit 521d902

Browse files
committed
refactor: remove jacoco plugin from bolts-tasks
1 parent fdce770 commit 521d902

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

bolts-tasks/build.gradle

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,3 @@ afterEvaluate {
4747
}
4848

4949
//endregion
50-
51-
//region Code Coverage
52-
53-
apply plugin: 'jacoco'
54-
55-
jacocoTestReport {
56-
group = "Reporting"
57-
description = "Generate Jacoco coverage reports after running tests."
58-
reports {
59-
xml { enabled true }
60-
html { enabled true }
61-
}
62-
}
63-
64-
//endregion

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
buildscript {
22
ext.kotlin_version = "1.9.20"
3-
ext.jacocoVersion = '0.8.12'
43
ext.spotlessVersion = '6.25.0'
54
repositories {
65
google()

0 commit comments

Comments
 (0)