Merge branch '2.5.x' into 2.6.x

Closes gh-29687
This commit is contained in:
Andy Wilkinson 2022-02-09 11:34:51 +00:00
commit b46eba16e6
1 changed files with 4 additions and 0 deletions

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"