|
|
|
|
@ -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) |
|
|
|
|
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 {
@@ -176,7 +177,6 @@ asciidoctor {
|
|
|
|
|
|
|
|
|
|
asciidoctorPdf { |
|
|
|
|
configurations "asciidoctorExtensions" |
|
|
|
|
dependsOn test |
|
|
|
|
sources { |
|
|
|
|
include "index.adoc" |
|
|
|
|
} |
|
|
|
|
|