Bump Jacoco to 0.8.6 to support Java 15

This commit is contained in:
Daniel Garnier-Moiroux 2021-02-26 13:28:14 +01:00 committed by Joe Grandja
parent a90d98aa1e
commit 1962b9c5b7

View File

@ -20,5 +20,5 @@ dependencies {
} }
jacoco { jacoco {
toolVersion = '0.8.5' toolVersion = '0.8.6'
} }