Archived
0

Hello, JaCoCo!

This commit is contained in:
2019-03-20 23:06:42 +03:00
parent ce962f5896
commit 6057746178
2 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ plugins {
allprojects {
repositories {
mavenLocal()
mavenCentral()
maven { url 'https://oss.sonatype.org/content/groups/public/' }
}
@@ -32,6 +33,7 @@ allprojects {
subprojects {
apply plugin: 'java'
apply plugin: 'jacoco'
compileJava {
sourceCompatibility = 1.8
@@ -82,6 +84,10 @@ subprojects {
useJUnitPlatform()
}
jacoco {
toolVersion = '0.8.3'
}
task copyDep(type: Copy) {
into 'libs'
from configurations.compile + configurations.runtime - configurations.compile_excludeCopy