Remove duplicate jacoco plugin
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 30 May 2016 17:11:01 +0000 (19:11 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 30 May 2016 17:11:01 +0000 (19:11 +0200)
build.gradle

index a3d02ab..e8e89c2 100644 (file)
@@ -93,6 +93,4 @@ war {
     dependsOn(test)
 }
 
-apply plugin: "jacoco"
-
 /* vim: set ts=4 sw=4 et: */