projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e7db5
)
Set recent jacoco plugin version
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 30 May 2016 17:13:50 +0000
(19:13 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 30 May 2016 17:13:50 +0000
(19:13 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
e8e89c2
..
ab50f04
100644
(file)
--- 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: */