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