Skip to content

Commit

Permalink
Merge branch '2.5.x' into 2.6.x
Browse files Browse the repository at this point in the history
Closes gh-29687
  • Loading branch information
wilkinsona committed Feb 9, 2022
2 parents c0664ef + 48fe151 commit b46eba1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b46eba1

Please sign in to comment.