Merge branch '2.3.x'
Closes gh-22820
This commit is contained in:
@@ -164,11 +164,12 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
|
||||
def integrationDocs = String.format("https://docs.spring.io/spring-integration/docs/%s/reference/html/", integrationVersion)
|
||||
attributes "spring-integration-docs": integrationDocs
|
||||
}
|
||||
dependsOn test
|
||||
inputs.dir("${buildDir}/generated-snippets")
|
||||
}
|
||||
|
||||
asciidoctor {
|
||||
configurations "asciidoctorExtensions"
|
||||
dependsOn test
|
||||
sources {
|
||||
include "index.adoc"
|
||||
}
|
||||
@@ -176,7 +177,6 @@ asciidoctor {
|
||||
|
||||
asciidoctorPdf {
|
||||
configurations "asciidoctorExtensions"
|
||||
dependsOn test
|
||||
sources {
|
||||
include "index.adoc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user