Skip to content

Commit bfc8aa7

Browse files
committed
refactor: bump jacoco from 0.8.7 to 0.8.12
1 parent bef16c3 commit bfc8aa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext.kotlin_version = "1.7.10"
3-
ext.jacocoVersion = '0.8.7'
3+
ext.jacocoVersion = '0.8.12'
44
ext.spotlessVersion = '6.25.0'
55
repositories {
66
google()

parse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ afterEvaluate {
7878
apply plugin: "com.dicedmelon.gradle.jacoco-android"
7979

8080
jacoco {
81-
toolVersion = "0.8.7"
81+
toolVersion = rootProject.ext.jacocoVersion
8282
}
8383

8484
tasks.withType(Test) {

0 commit comments

Comments
 (0)