Skip to content
Prev Previous commit
Next Next commit
refactor: bump jacoco from 0.8.7 to 0.8.12
  • Loading branch information
abubkr-hago committed Aug 17, 2024
commit bfc8aa78691091ee2c84f0029e664cc1d24e77af
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = "1.7.10"
ext.jacocoVersion = '0.8.7'
ext.jacocoVersion = '0.8.12'
ext.spotlessVersion = '6.25.0'
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ afterEvaluate {
apply plugin: "com.dicedmelon.gradle.jacoco-android"

jacoco {
toolVersion = "0.8.7"
toolVersion = rootProject.ext.jacocoVersion
}

tasks.withType(Test) {
Expand Down