Browse Source

Revert "Download the playbook to build dir"

This reverts commit d8f6567c89.

See gh-30481
pull/30619/head
rstoyanchev 3 years ago
parent
commit
0930407d0e
  1. 4
      framework-docs/framework-docs.gradle

4
framework-docs/framework-docs.gradle

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