mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-05 13:26:45 +01: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) {
|
||||
useJUnitPlatform()
|
||||
jacoco {
|
||||
includeNoLocationClasses = true
|
||||
excludes += jacocoExclude
|
||||
}
|
||||
}
|
||||
|
@ -51,7 +51,6 @@ test.finalizedBy jacocoTestReport
|
||||
test {
|
||||
jacoco {
|
||||
excludes += jacocoExclude
|
||||
includeNoLocationClasses = true
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user