1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00

Add support for code coverage to tests-on-jvm project

This commit is contained in:
cketti 2014-12-19 03:58:03 +01:00
parent 2011655344
commit 4b0d016bb7

View File

@ -5,6 +5,7 @@ repositories {
apply plugin: 'java'
apply plugin: 'findbugs'
apply plugin: 'checkstyle'
apply plugin: 'jacoco'
dependencies {
testCompile project(':')