Commit 0ffe51bb authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x'

Closes gh-22820
parents cd057161 be32843d
...@@ -164,11 +164,12 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) { ...@@ -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) def integrationDocs = String.format("https://docs.spring.io/spring-integration/docs/%s/reference/html/", integrationVersion)
attributes "spring-integration-docs": integrationDocs attributes "spring-integration-docs": integrationDocs
} }
dependsOn test
inputs.dir("${buildDir}/generated-snippets")
} }
asciidoctor { asciidoctor {
configurations "asciidoctorExtensions" configurations "asciidoctorExtensions"
dependsOn test
sources { sources {
include "index.adoc" include "index.adoc"
} }
...@@ -176,7 +177,6 @@ asciidoctor { ...@@ -176,7 +177,6 @@ asciidoctor {
asciidoctorPdf { asciidoctorPdf {
configurations "asciidoctorExtensions" configurations "asciidoctorExtensions"
dependsOn test
sources { sources {
include "index.adoc" include "index.adoc"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment