Merge branch '2.6.x' into 2.7.x
Closes gh-30167
This commit is contained in:
@@ -259,6 +259,8 @@ task documentConfigurationProperties(type: org.springframework.boot.build.contex
|
||||
outputDir = file("${buildDir}/docs/generated/")
|
||||
}
|
||||
|
||||
task documentDevtoolsPropertyDefaults(type: org.springframework.boot.build.devtools.DocumentDevtoolsPropertyDefaults) {}
|
||||
|
||||
tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
|
||||
dependsOn dependencyVersions
|
||||
asciidoctorj {
|
||||
@@ -320,6 +322,7 @@ syncDocumentationSourceForAsciidoctor {
|
||||
dependsOn documentDependencyVersions
|
||||
dependsOn documentVersionProperties
|
||||
dependsOn documentConfigurationProperties
|
||||
dependsOn documentDevtoolsPropertyDefaults
|
||||
from("${buildDir}/docs/generated") {
|
||||
into "asciidoc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user