Browse Source

Merge branch '6.0.x'

pull/30478/head
rstoyanchev 3 years ago
parent
commit
3d96e3f8c8
  1. 4
      framework-docs/framework-docs.gradle

4
framework-docs/framework-docs.gradle

@ -11,7 +11,7 @@ apply from: "${rootDir}/gradle/publications.gradle" @@ -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 { @@ -227,4 +227,4 @@ publishing {
artifact distZip
}
}
}
}

Loading…
Cancel
Save