Download the playbook to build dir

Closes gh-30465
This commit is contained in:
Rob Winch 2023-05-10 09:01:47 -05:00 committed by rstoyanchev
parent 111309605c
commit d8f6567c89
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ apply from: "${rootDir}/gradle/publications.gradle"
antora {
version = '3.2.0-alpha.2'
playbook = 'cached-antora-playbook.yml'
playbook = layout.buildDirectory.file('cached-antora-playbook.yml').get().getAsFile()
playbookProvider {
repository = 'spring-projects/spring-framework'
branch = 'docs-build'
@ -227,4 +227,4 @@ publishing {
artifact distZip
}
}
}
}