Trying to fix CI error
This commit is contained in:
parent
74c3acd29f
commit
d295539715
|
@ -102,12 +102,3 @@ ext {
|
|||
'**/di/**'
|
||||
]
|
||||
}
|
||||
|
||||
jacoco {
|
||||
toolVersion(versions.jacoco)
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
jacoco.includeNoLocationClasses = true
|
||||
jacoco.excludes = ['jdk.internal.*']
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue