Merge branch '2.4.x'

Closes gh-25896
This commit is contained in:
Andy Wilkinson 2021-04-06 19:39:05 +01:00
commit 5b111093c6
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class AsciidoctorConventions {
syncDocumentationSource.setDestinationDir(syncedSource);
syncDocumentationSource.from("src/docs/");
asciidoctorTask.dependsOn(syncDocumentationSource);
asciidoctorTask.getInputs().dir(syncedSource);
asciidoctorTask.setSourceDir(project.relativePath(new File(syncedSource, "asciidoc/")));
return syncDocumentationSource;
}