Merge branch '6.0.x'

This commit is contained in:
rstoyanchev 2023-05-23 15:10:10 +01:00
commit 0e5e2f5d2e
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 = layout.buildDirectory.file('cached-antora-playbook.yml').get().getAsFile()
playbook = 'cached-antora-playbook.yml'
playbookProvider {
repository = 'spring-projects/spring-framework'
branch = 'docs-build'
@ -223,4 +223,4 @@ publishing {
artifact distZip
}
}
}
}