Merge branch '1.2.x' into 1.3.x
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user