Skip to content

Commit

Permalink
PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laimiux committed Jan 4, 2024
1 parent 7437149 commit 840e185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions formula-lint/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// accessing the files produced by those lint tasks
plugins.withId("jacoco") {
tasks.named("jacocoTestReport") {
dependsOn(tasks.withType(AndroidLintAnalysisTask::class.java))
dependsOn(tasks.withType(LintModelWriterTask::class.java))
dependsOn(tasks.withType<AndroidLintAnalysisTask>())
dependsOn(tasks.withType<LintModelWriterTask>())
}
}

0 comments on commit 840e185

Please sign in to comment.