mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-07 06:17:23 +01:00
Updated jacoco config to fix ci errors
This commit is contained in:
parent
5739b2bf4b
commit
74c3acd29f
@ -109,4 +109,5 @@ jacoco {
|
|||||||
|
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
jacoco.includeNoLocationClasses = true
|
jacoco.includeNoLocationClasses = true
|
||||||
|
jacoco.excludes = ['jdk.internal.*']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user