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 3a5bf49 commit 48fe151Copy full SHA for 48fe151
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle
@@ -69,6 +69,10 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
69
}
70
71
72
+tasks.named('test') {
73
+ inputs.dir('src/docs/gradle').withPathSensitivity(PathSensitivity.RELATIVE).withPropertyName('buildScripts')
74
+}
75
+
76
asciidoctor {
77
sources {
78
include "index.adoc"
0 commit comments