Merge branch '1.2.x' into 1.3.x

This commit is contained in:
Joe Grandja
2024-09-16 21:47:04 -04:00
4 changed files with 54 additions and 7 deletions

View File

@@ -13,14 +13,11 @@ java {
}
antora {
playbook = "cached-antora-playbook.yml"
playbookProvider {
repository = "spring-projects/spring-authorization-server"
branch = "docs-build"
path = "lib/antora/templates/per-branch-antora-playbook.yml"
checkLocalBranch = true
}
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
environment = [
'BUILD_REFNAME': 'HEAD',
'BUILD_VERSION': project.version,
]
}
tasks.named("generateAntoraYml") {