1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Use antora-extensions 1.10.0

This commit is contained in:
Rob Winch
2024-04-19 14:15:49 -05:00
parent 1b0c4d68da
commit c8342fcfae
4 changed files with 53 additions and 7 deletions
+4 -7
View File
@@ -7,14 +7,11 @@ apply plugin: 'io.spring.convention.docs'
apply plugin: 'java'
antora {
playbook = 'cached-antora-playbook.yml'
playbookProvider {
repository = 'spring-projects/spring-security'
branch = 'docs-build'
path = 'lib/antora/templates/per-branch-antora-playbook.yml'
checkLocalBranch = true
}
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
environment = [
'BUILD_REFNAME': 'HEAD',
'BUILD_VERSION': project.version,
]
}
tasks.named("generateAntoraYml") {