We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d039e01 + 85514a9 commit 71fd234Copy full SHA for 71fd234
1 file changed
docs/spring-security-docs.gradle
@@ -9,6 +9,10 @@ plugins {
9
apply plugin: 'io.spring.convention.docs'
10
apply plugin: 'java'
11
12
+node {
13
+ version = "24.15.0"
14
+}
15
+
16
antora {
17
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
18
environment = [
0 commit comments