Skip to content

Commit 7651d58

Browse files
committed
Pin Node.js version to 24.15.0
Prior to this commit, the `antora` Gradle task silently failed to build the reference documentation, since Antora uses the latest LTS release for Node.js by default, and the latest LTS apparently does not work for us.
1 parent 6e122d3 commit 7651d58

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

framework-docs/framework-docs.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ antora {
2020
]
2121
}
2222

23+
node {
24+
version = '24.15.0'
25+
}
26+
2327
tasks.named("generateAntoraYml") {
2428
asciidocAttributes = project.provider( {
2529
return ["spring-version": project.version ]

0 commit comments

Comments
 (0)