We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1113096 commit d8f6567Copy full SHA for d8f6567
framework-docs/framework-docs.gradle
@@ -11,7 +11,7 @@ apply from: "${rootDir}/gradle/publications.gradle"
11
12
antora {
13
version = '3.2.0-alpha.2'
14
- playbook = 'cached-antora-playbook.yml'
+ playbook = layout.buildDirectory.file('cached-antora-playbook.yml').get().getAsFile()
15
playbookProvider {
16
repository = 'spring-projects/spring-framework'
17
branch = 'docs-build'
@@ -227,4 +227,4 @@ publishing {
227
artifact distZip
228
}
229
230
-}
+}
0 commit comments