Skip to content

Commit bfa27b2

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ 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()
1518
}

0 commit comments

Comments
 (0)