Skip to content

Commit c1ba05f

Browse files
committed
wip fix task dependency
1 parent 2bd2557 commit c1ba05f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ tasks.create("printVersion") {
309309
afterEvaluate {
310310
tasks.withType(com.android.build.gradle.internal.lint.AndroidLintAnalysisTask::class.java) {
311311
mustRunAfter(tasks.getByName("copyExtraAssets"))
312+
mustRunAfter(
313+
tasks.withType(com.android.build.gradle.internal.lint.LintModelWriterTask::class.java)
314+
)
312315
}
313316
}
314317

0 commit comments

Comments
 (0)