From: David ‘Bombe’ Roden Date: Mon, 30 May 2016 17:13:50 +0000 (+0200) Subject: Set recent jacoco plugin version X-Git-Tag: v2~112 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=52e0222d402abdb647ce132a266eeeef4483935c;p=rhynodge.git Set recent jacoco plugin version --- diff --git a/build.gradle b/build.gradle index e8e89c2..ab50f04 100644 --- a/build.gradle +++ b/build.gradle @@ -93,4 +93,8 @@ war { dependsOn(test) } +jacoco { + toolVersion = "0.7.6.201602180812" +} + /* vim: set ts=4 sw=4 et: */