Skip to content

Commit

Permalink
build: Upgraded Jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jul 22, 2022
1 parent a16edde commit ab6b31f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ config {
enabled = false
}
}
coverage {
jacoco {
toolVersion = '0.8.8'
}
}
}

allprojects {
Expand All @@ -69,6 +74,11 @@ subprojects {
info {
description = project.project_description
}
coverage {
jacoco {
toolVersion = '0.8.8'
}
}
}

license {
Expand Down

0 comments on commit ab6b31f

Please sign in to comment.