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

deps: update jacoco to 0.8.5 #883

Merged
merged 1 commit into from Feb 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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