Merge branch '6.0.x'
This commit is contained in:
commit
0e5e2f5d2e
|
@ -11,7 +11,7 @@ apply from: "${rootDir}/gradle/publications.gradle"
|
||||||
|
|
||||||
antora {
|
antora {
|
||||||
version = '3.2.0-alpha.2'
|
version = '3.2.0-alpha.2'
|
||||||
playbook = layout.buildDirectory.file('cached-antora-playbook.yml').get().getAsFile()
|
playbook = 'cached-antora-playbook.yml'
|
||||||
playbookProvider {
|
playbookProvider {
|
||||||
repository = 'spring-projects/spring-framework'
|
repository = 'spring-projects/spring-framework'
|
||||||
branch = 'docs-build'
|
branch = 'docs-build'
|
||||||
|
@ -223,4 +223,4 @@ publishing {
|
||||||
artifact distZip
|
artifact distZip
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue