use latest antora
This commit is contained in:
committed by
Rossen Stoyanchev
parent
327a3588bc
commit
91feee745e
@@ -1,6 +1,3 @@
|
||||
# PACKAGES antora@3.2.0-alpha.2 @antora/atlas-extension:1.0.0-alpha.1 @antora/collector-extension@1.0.0-alpha.3 @springio/antora-extensions@1.1.0 @asciidoctor/tabs@1.0.0-beta.3 @opendevise/antora-release-line-extension@1.0.0
|
||||
#
|
||||
# The purpose of this Antora playbook is to build the docs in the current branch.
|
||||
antora:
|
||||
extensions:
|
||||
- '@springio/antora-extensions/partial-build-extension'
|
||||
@@ -43,4 +40,4 @@ ui:
|
||||
snapshot: true
|
||||
runtime:
|
||||
log:
|
||||
failure_level: warn
|
||||
failure_level: warn
|
||||
|
||||
@@ -76,25 +76,8 @@ task api(type: Javadoc) {
|
||||
destinationDir = file("$buildDir/docs/javadoc")
|
||||
}
|
||||
|
||||
//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]
|
||||
//}
|
||||
|
||||
|
||||
antora {
|
||||
playbookProvider {
|
||||
repository = 'spring-projects/spring-security'
|
||||
branch = 'docs-build'
|
||||
path = 'lib/antora/templates/per-branch-antora-playbook.yml'
|
||||
checkLocalBranch = true
|
||||
}
|
||||
version = '3.2.0-alpha.2'
|
||||
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
|
||||
environment = [
|
||||
'ALGOLIA_API_KEY': '9d489079e5ec46dbb238909fee5c9c29',
|
||||
|
||||
Reference in New Issue
Block a user