upgrade jacoco

This commit is contained in:
2022-02-25 22:31:45 +01:00
committed by Fabrice Lecomte
parent ac5dbbc384
commit 55674cbef1
2 changed files with 9 additions and 9 deletions

View File

@@ -258,7 +258,7 @@ publishing {
}
jacoco {
toolVersion = "0.8.6"
toolVersion = "0.8.7"
applyTo(tasks.run.get())
}