Add custom local antora playbook

This commit is contained in:
Janne Valkealahti
2024-01-13 12:10:13 +00:00
parent a6d16e8cbb
commit c0301933fd
2 changed files with 46 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ node {
antora {
version = '3.2.0-alpha.2'
if (project.hasProperty('antoraLocalBarePlaybook') && antoraLocalBarePlaybook.toBoolean()) {
playbook = 'local-bare-antora-playbook.yml'
}
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
dependencies = [
'@antora/atlas-extension': '1.0.0-alpha.1',