Merge branch '2.6.x' into 2.7.x

Closes gh-29688
This commit is contained in:
Andy Wilkinson 2022-02-09 11:35:03 +00:00
commit 665e1f665e

View File

@ -70,6 +70,10 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
}
}
tasks.named('test') {
inputs.dir('src/docs/gradle').withPathSensitivity(PathSensitivity.RELATIVE).withPropertyName('buildScripts')
}
asciidoctor {
sources {
include "index.adoc"