mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-14 00:17:15 +03:00
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…
x
Reference in New Issue
Block a user