Fixed the docs build

by adding a dependsOn clause to the Asciidoctor task
so that the Asciidoctor setup task gets run.

(Nothing happens if the setup step isn't run.)
This commit is contained in:
Jay Bryant
2023-09-08 11:20:30 -05:00
committed by Roy Clarkson
parent 68795799fe
commit 8e706be423

View File

@@ -48,6 +48,7 @@ task prepareAsciidocBuild(type: Sync) {
}
asciidoctor {
dependsOn prepareAsciidocBuild
baseDirFollowsSourceFile()
configurations "asciidoctorExtensions"
outputOptions {