1
0
mirror of synced 2026-05-22 13:23:17 +00:00

sync docs build; upgrade Antora and Antora Collector to latest alpha

This commit is contained in:
Dan Allen
2022-11-21 17:26:21 -07:00
parent d5aabd721a
commit fe252f5057
6 changed files with 33 additions and 102 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ apply plugin: 'io.spring.convention.docs'
apply plugin: 'java'
antora {
version = '~3.1'
version = '3.2.0-alpha.2'
playbook = file('local-antora-playbook.yml')
options = ['--clean', '--stacktrace']
environment = [
@@ -15,7 +15,7 @@ antora {
'ALGOLIA_INDEX_NAME': 'security-docs'
]
dependencies = [
'@antora/collector-extension': '1.0.0-alpha.2'
'@antora/collector-extension': '1.0.0-alpha.3'
]
}