mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 22:06:48 +02:00
testreport gradle-8 property rename
This commit is contained in:
@@ -119,9 +119,9 @@ tasks.withType<AbstractArchiveTask>().configureEach {
|
||||
tasks.jacocoTestReport {
|
||||
dependsOn(tasks.test) // tests are required to run before generating the report
|
||||
reports {
|
||||
xml.isEnabled = false
|
||||
csv.isEnabled = false
|
||||
html.destination = file("${buildDir}/jacocoHtml")
|
||||
xml.required.set(false)
|
||||
csv.required.set(false)
|
||||
html.outputLocation.set(file("${buildDir}/jacocoHtml"))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user