We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f27ad9 commit be32843Copy full SHA for be32843
spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle
@@ -163,19 +163,19 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
163
def integrationDocs = String.format("https://docs.spring.io/spring-integration/docs/%s/reference/html/", integrationVersion)
164
attributes "spring-integration-docs": integrationDocs
165
}
166
+ dependsOn test
167
+ inputs.dir("${buildDir}/generated-snippets")
168
169
170
asciidoctor {
171
configurations "asciidoctorExtensions"
- dependsOn test
172
sources {
173
include "index.adoc"
174
175
176
177
asciidoctorPdf {
178
179
180
181
0 commit comments