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:
parent
2011655344
commit
4b0d016bb7
@ -5,6 +5,7 @@ repositories {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'findbugs'
|
||||
apply plugin: 'checkstyle'
|
||||
apply plugin: 'jacoco'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':')
|
||||
|
Loading…
Reference in New Issue
Block a user