Skip to content

Commit bd072a4

Browse files
Pin Antora to Node.js 24.15.0 on feature branches
Closes gh-503
1 parent ac783eb commit bd072a4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ antora {
3636
]
3737
}
3838

39+
node {
40+
version = '24.15.0' // Antora does not generate the site using node 24.16.0
41+
}
42+
3943
tasks.named('generateAntoraYml') {
4044
asciidocAttributes = project.provider {
4145
return ['micrometer-docs-generator-version': project.version.toString()]

0 commit comments

Comments
 (0)