Merge branch '6.0.x'

This commit is contained in:
rstoyanchev
2023-05-10 17:39:56 +01:00

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
}
}
}
}