Skip to content

Commit d8f6567

Browse files
rwinchrstoyanchev
authored andcommitted
Download the playbook to build dir
Closes gh-30465
1 parent 1113096 commit d8f6567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-docs/framework-docs.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply from: "${rootDir}/gradle/publications.gradle"
1111

1212
antora {
1313
version = '3.2.0-alpha.2'
14-
playbook = 'cached-antora-playbook.yml'
14+
playbook = layout.buildDirectory.file('cached-antora-playbook.yml').get().getAsFile()
1515
playbookProvider {
1616
repository = 'spring-projects/spring-framework'
1717
branch = 'docs-build'
@@ -227,4 +227,4 @@ publishing {
227227
artifact distZip
228228
}
229229
}
230-
}
230+
}

0 commit comments

Comments
 (0)