💚 Use most recent jacoco version
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 5 Sep 2019 09:18:33 +0000 (11:18 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 5 Sep 2019 09:18:33 +0000 (11:18 +0200)
build.gradle

index 3a2f002..1402049 100644 (file)
@@ -89,7 +89,7 @@ javadoc {
 apply plugin: 'jacoco'
 
 jacoco {
 apply plugin: 'jacoco'
 
 jacoco {
-    toolVersion = '0.7.9'
+    toolVersion = '0.8.4'
 }
 
 jacocoTestReport.dependsOn test
 }
 
 jacocoTestReport.dependsOn test