Skip to content

Commit

Permalink
last change of the day (or first one)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Manrique committed Nov 5, 2024
1 parent 26ad2d2 commit 0b36b28
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ project.afterEvaluate {
group = "Reporting"
description = "Generate JaCoCo coverage report for the debug build."

subprojects.collect { subproject ->
subproject.tasks.findAll { task ->
if (task.name == "testDebugUnitTest") {
dependsOn task
}
}
}

dependsOn tasks.named("unitTests").get()
finalizedBy(tasks.named("jacocoCoverageVerification").get())

def excludedFiles = [
Expand Down

0 comments on commit 0b36b28

Please sign in to comment.