Skip to content

Commit 814bb40

Browse files
committed
temp: force cache recalculation
1 parent dc74ec9 commit 814bb40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ spotless {
1010
target '*.md'
1111
// provide lib versions to freshmark
1212
properties(new FreshmarkPropertiesAction(rootProject, project))
13+
properties {
14+
it.put('randomValue', Math.random()) // for now force recalculation
15+
}
1316
prettier() // prettier for markdown formatting
1417
endWithNewline()
18+
1519
}
1620
}
1721

0 commit comments

Comments
 (0)