Skip to content

Commit 787d09e

Browse files
committed
Downgrade node in antora build
- Mostly to make it easier for those who can't yet use node 18.
1 parent ef71363 commit 787d09e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spring-shell-docs/spring-shell-docs.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ dependencies {
1414
testImplementation 'org.awaitility:awaitility'
1515
}
1616

17+
node {
18+
version = '16.15.0'
19+
}
20+
1721
antora {
1822
version = '3.2.0-alpha.2'
1923
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
@@ -42,4 +46,4 @@ def resolvedVersions(Configuration configuration) {
4246
return configuration.resolvedConfiguration
4347
.resolvedArtifacts
4448
.collectEntries { [(it.name + '-version'): it.moduleVersion.id.version] }
45-
}
49+
}

0 commit comments

Comments
 (0)