File tree Expand file tree Collapse file tree 3 files changed +10
-37
lines changed
Expand file tree Collapse file tree 3 files changed +10
-37
lines changed Original file line number Diff line number Diff line change 1- /package-lock.json
2- /node_modules /
1+ /* -antora-playbook.yml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.antora' version ' 1.0.0-alpha.3 '
2+ id ' org.antora' version ' 1.0.0-alpha.7 '
33}
44
55apply plugin : ' io.spring.convention.docs'
66apply plugin : ' java'
77
88antora {
9- version = ' 3.2.0-alpha.2'
10- playbook = file(' local-antora-playbook.yml' )
11- options = [' --clean' , ' --stacktrace' ]
12- environment = [
13- ' ALGOLIA_API_KEY' : ' 82c7ead946afbac3cf98c32446154691' ,
14- ' ALGOLIA_APP_ID' : ' 244V8V9FGG' ,
15- ' ALGOLIA_INDEX_NAME' : ' security-docs'
16- ]
17- dependencies = [
18- ' @antora/collector-extension' : ' 1.0.0-alpha.3'
19- ]
9+ playbook = ' cached-antora-playbook.yml'
10+ playbookProvider {
11+ repository = ' spring-projects/spring-security'
12+ branch = ' docs-build'
13+ path = ' lib/antora/templates/per-branch-antora-playbook.yml'
14+ checkLocalBranch = true
15+ }
16+ options = [clean : true , stacktrace : true ]
2017}
2118
2219tasks. register(' generateAntora' ) {
You can’t perform that action at this time.
0 commit comments