Trying to fix CI error
This commit is contained in:
parent
d295539715
commit
c23616e57a
|
@ -52,7 +52,6 @@ targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
jacoco {
|
jacoco {
|
||||||
includeNoLocationClasses = true
|
|
||||||
excludes += jacocoExclude
|
excludes += jacocoExclude
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,6 @@ test.finalizedBy jacocoTestReport
|
||||||
test {
|
test {
|
||||||
jacoco {
|
jacoco {
|
||||||
excludes += jacocoExclude
|
excludes += jacocoExclude
|
||||||
includeNoLocationClasses = true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue