Fix antora failure due to fast-xml-parser/lib/fxp.cjs
This updates several depenedencies used by Antora and locks the
version of `fast-xml-parser` to `4.5.2` to get around issue with
Antora using `latest` version of that lib.
(cherry picked from commit 59c0f6b63c)
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
//file:noinspection GroovyUnusedAssignment
|
||||
node {
|
||||
version = '16.16.0'
|
||||
}
|
||||
|
||||
antora {
|
||||
version = '3.2.0-alpha.4'
|
||||
playbook = file('src/main/antora/antora-playbook.yml')
|
||||
options = ['to-dir' : project.layout.buildDirectory.dir('site').get().toString(), clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
|
||||
}
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"antora": "3.2.0-alpha.6",
|
||||
"antora": "3.2.0-alpha.8",
|
||||
"@antora/atlas-extension": "1.0.0-alpha.2",
|
||||
"@antora/collector-extension": "1.0.0-alpha.7",
|
||||
"@antora/collector-extension": "1.0.1",
|
||||
"@asciidoctor/tabs": "1.0.0-beta.6",
|
||||
"@springio/antora-extensions": "1.12.0",
|
||||
"@springio/asciidoctor-extensions": "1.0.0-alpha.11"
|
||||
"@springio/antora-extensions": "1.14.2",
|
||||
"@springio/asciidoctor-extensions": "1.0.0-alpha.16",
|
||||
"fast-xml-parser": "4.5.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ urls:
|
||||
redirect_facility: httpd
|
||||
ui:
|
||||
bundle:
|
||||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.16/ui-bundle.zip
|
||||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.18/ui-bundle.zip
|
||||
snapshot: true
|
||||
runtime:
|
||||
log:
|
||||
|
||||
Reference in New Issue
Block a user