Skip to content

Commit

Permalink
[gradle] Expand fixAndroidLintTaskDependencies for the CopyResourcesT…
Browse files Browse the repository at this point in the history
…oAndroidAssetsTask.
  • Loading branch information
terrakok committed Jun 20, 2024
1 parent 3d6788a commit 68e3613
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ internal fun Project.fixAndroidLintTaskDependencies() {
it is AndroidLintAnalysisTask || it is LintModelWriterTask
}.configureEach {
it.mustRunAfter(tasks.withType(GenerateResourceAccessorsTask::class.java))
it.mustRunAfter(tasks.withType(CopyResourcesToAndroidAssetsTask::class.java))
}
}

Expand Down

0 comments on commit 68e3613

Please sign in to comment.