Merge branch '2.7.x'

This commit is contained in:
Andy Wilkinson 2022-02-09 11:35:13 +00:00
commit 01cc07978b
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"