mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Add support for code coverage to tests-on-jvm project
This commit is contained in:
parent
2011655344
commit
4b0d016bb7
@ -5,6 +5,7 @@ repositories {
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'findbugs'
|
apply plugin: 'findbugs'
|
||||||
apply plugin: 'checkstyle'
|
apply plugin: 'checkstyle'
|
||||||
|
apply plugin: 'jacoco'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile project(':')
|
testCompile project(':')
|
||||||
|
Loading…
Reference in New Issue
Block a user