projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c755d
)
Remove duplicate jacoco plugin
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 30 May 2016 17:11:01 +0000
(19:11 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 30 May 2016 17:11:01 +0000
(19:11 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
a3d02ab
..
e8e89c2
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-93,6
+93,4
@@
war {
dependsOn(test)
}
-apply plugin: "jacoco"
-
/* vim: set ts=4 sw=4 et: */