Skip to content

Commit 91feee7

Browse files
rwinchrstoyanchev
authored andcommitted
use latest antora
1 parent 327a358 commit 91feee7

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

spring-graphql-docs/antora-playbook.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# PACKAGES [email protected] @antora/atlas-extension:1.0.0-alpha.1 @antora/[email protected] @springio/[email protected] @asciidoctor/[email protected] @opendevise/[email protected]
2-
#
3-
# The purpose of this Antora playbook is to build the docs in the current branch.
41
antora:
52
extensions:
63
- '@springio/antora-extensions/partial-build-extension'
@@ -43,4 +40,4 @@ ui:
4340
snapshot: true
4441
runtime:
4542
log:
46-
failure_level: warn
43+
failure_level: warn

spring-graphql-docs/build.gradle

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,8 @@ task api(type: Javadoc) {
7676
destinationDir = file("$buildDir/docs/javadoc")
7777
}
7878

79-
//antora {
80-
// playbook = 'cached-antora-playbook.yml'
81-
// playbookProvider {
82-
// repository = 'spring-projects/spring-security'
83-
// branch = 'docs-build'
84-
// path = 'lib/antora/templates/per-branch-antora-playbook.yml'
85-
// checkLocalBranch = true
86-
// }
87-
// options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
88-
//}
89-
90-
9179
antora {
92-
playbookProvider {
93-
repository = 'spring-projects/spring-security'
94-
branch = 'docs-build'
95-
path = 'lib/antora/templates/per-branch-antora-playbook.yml'
96-
checkLocalBranch = true
97-
}
80+
version = '3.2.0-alpha.2'
9881
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
9982
environment = [
10083
'ALGOLIA_API_KEY': '9d489079e5ec46dbb238909fee5c9c29',

0 commit comments

Comments
 (0)