Trying to fix CI error

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

View File

@ -52,7 +52,6 @@ targetCompatibility = JavaVersion.VERSION_1_8
tasks.withType(Test) {
useJUnitPlatform()
jacoco {
includeNoLocationClasses = true
excludes += jacocoExclude
}
}

View File

@ -51,7 +51,6 @@ test.finalizedBy jacocoTestReport
test {
jacoco {
excludes += jacocoExclude
includeNoLocationClasses = true
}
}