Skip to content

Commit

Permalink
upgrade jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Aug 17, 2024
1 parent 3bc6357 commit 5b01e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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'
repositories {
google()
mavenCentral()
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 = "0.8.12"
}

tasks.withType(Test) {
Expand Down

0 comments on commit 5b01e2f

Please sign in to comment.