Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
deps: update jacoco to 0.8.5 (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed Feb 26, 2020
1 parent 5440bc6 commit e26217d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -112,6 +112,10 @@ subprojects {
// Dependencies
// ------------

jacoco {
toolVersion = "0.8.5"
}

ext {
// Load Dependencies shared between Bazel and Gradle build scripts
libraries = new Properties()
Expand Down

0 comments on commit e26217d

Please sign in to comment.