Skip to content

Commit df552ba

Browse files
committed
Using mustRunAfter instead of dependsOn.
1 parent e545f90 commit df552ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/setup.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ project('app').tasks.named {
183183
// like formatKotlinMain, formatKotlinTest, etc.
184184
it.startsWith("formatKotlin")
185185
}.configureEach {
186-
dependsOn(rootProject.tasks.named("renameTemplate"))
186+
mustRunAfter(rootProject.tasks.named("renameTemplate"))
187187
}
188188

189189
task renameTemplate {

0 commit comments

Comments
 (0)