Browse Source

Merge branch '2.6.x' into 2.7.x

See gh-30167
pull/30406/head
Andy Wilkinson 4 years ago
parent
commit
e97fa0ae52
  1. 2
      spring-boot-project/spring-boot-docs/build.gradle

2
spring-boot-project/spring-boot-docs/build.gradle

@ -350,6 +350,7 @@ syncDocumentationSourceForAsciidoctorMultipage { @@ -350,6 +350,7 @@ syncDocumentationSourceForAsciidoctorMultipage {
dependsOn documentDependencyVersions
dependsOn documentVersionProperties
dependsOn documentConfigurationProperties
dependsOn documentDevtoolsPropertyDefaults
from("${buildDir}/docs/generated") {
into "asciidoc"
}
@ -377,6 +378,7 @@ syncDocumentationSourceForAsciidoctorPdf { @@ -377,6 +378,7 @@ syncDocumentationSourceForAsciidoctorPdf {
dependsOn documentDependencyVersions
dependsOn documentVersionProperties
dependsOn documentConfigurationProperties
dependsOn documentDevtoolsPropertyDefaults
from("${buildDir}/docs/generated") {
into "asciidoc"
}

Loading…
Cancel
Save