Revert "Download the playbook to build dir"

This reverts commit d8f6567c89.

See gh-30481
This commit is contained in:
rstoyanchev
2023-05-23 15:04:09 +01:00
parent 4bb12c4ba4
commit 0930407d0e

View File

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