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.
This commit is contained in:
Sam Brannen
2026-05-27 11:58:56 +02:00
parent 6e122d3aaa
commit 7651d5841f
+4
View File
@@ -20,6 +20,10 @@ antora {
]
}
node {
version = '24.15.0'
}
tasks.named("generateAntoraYml") {
asciidocAttributes = project.provider( {
return ["spring-version": project.version ]