Merge branch '6.0.x'

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