Skip to content

Commit 82156cd

Browse files
committed
chore: debug freshmarkCheck issues?
1 parent f059e34 commit 82156cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spotless {
1111
// provide lib versions to freshmark
1212
properties(new FreshmarkPropertiesAction(rootProject, project))
1313
properties {
14-
it.put('changeThisValueToForceCacheMiss', '9040f43e-a15b-40a4-a755-6742a2c03a27')
14+
it.put('changeThisValueToForceCacheMiss', '1f31705c-b1c6-4bce-9831-98881431b721')
1515
}
1616
prettier() // prettier for markdown formatting
1717
endWithNewline()
@@ -87,6 +87,10 @@ class UsageHelp implements Serializable {
8787
}
8888
}
8989

90+
tasks.named('spotlessFreshmark').configure {
91+
it.mustRunAfter(tasks.withType(Test))
92+
}
93+
9094
//tasks.named('spotlessFreshmark').configure {
9195
// dependsOn(':app:generateUsage') // to make sure usage files are generated before spotlessFreshmark
9296
// inputs.files(rootProject.project(':app').tasks.named('generateUsage').get().inputs.files)

0 commit comments

Comments
 (0)