Add support for code coverage to tests-on-jvm project
This commit is contained in:
parent
2011655344
commit
4b0d016bb7
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ repositories {
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'findbugs'
|
||||
apply plugin: 'checkstyle'
|
||||
apply plugin: 'jacoco'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':')
|
||||
|
|
Loading…
Reference in a new issue