Skip to content

Commit 3a3aaae

Browse files
committed
chore: recreate the dependency again
1 parent 1f80a21 commit 3a3aaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/groovy/buildlogic.spotless-markdown-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ tasks.named('spotlessFreshmark').configure {
106106
it.mustRunAfter(tasks.withType(Test))
107107
it.mustRunAfter(project(':app').tasks.withType(Test))
108108

109-
it.mustRunAfter(project(':app').tasks.named('generateUsage'))
109+
it.dependsOn(project(':app').tasks.named('generateUsage'))
110110
it.inputs.dir('app/build/generated-usages')
111111
}

0 commit comments

Comments
 (0)