Skip to content

Commit 44150f2

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. (cherry picked from commit 7651d58)
1 parent a0a3fe4 commit 44150f2

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
@@ -17,6 +17,10 @@ antora {
1717
]
1818
}
1919

20+
node {
21+
version = '24.15.0'
22+
}
23+
2024
tasks.named("generateAntoraYml") {
2125
asciidocAttributes = project.provider( {
2226
return ["spring-version": project.version ]

0 commit comments

Comments
 (0)