Skip to content

Commit

Permalink
fixing implicit dependencies between tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Apr 21, 2024
1 parent f49b1f2 commit 51b5bba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theme/theme-material/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ tasks.named("generateResourceAccessorsForAndroidUnitTest").let { taskProvider ->
tasks.withType<AndroidLintAnalysisTask>().asSequence()
.plus(tasks.withType<LintModelWriterTask>().asSequence())
.forEach {
it.dependsOn(taskProvider)
it.mustRunAfter(taskProvider)
}
}

0 comments on commit 51b5bba

Please sign in to comment.