Delete jacoco.gradle

This commit is contained in:
CloudlyBot | Argantiu 2023-04-21 09:25:11 +02:00 committed by GitHub
parent 9cb6a25c4d
commit 1c8dbfeef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
jacoco { toolVersion = "0.8.8" }
jacocoTestReport {
reports {
xml.required = true
html.required = true
}
}
tasks.check.dependsOn 'jacocoTestReport'