Trying to fix CI error

This commit is contained in:
Nite 2020-08-24 12:05:41 +02:00
parent 74c3acd29f
commit d295539715
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
1 changed files with 0 additions and 9 deletions

View File

@ -102,12 +102,3 @@ ext {
'**/di/**'
]
}
jacoco {
toolVersion(versions.jacoco)
}
tasks.withType(Test) {
jacoco.includeNoLocationClasses = true
jacoco.excludes = ['jdk.internal.*']
}