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:
@@ -48,6 +48,7 @@ task prepareAsciidocBuild(type: Sync) {
|
||||
}
|
||||
|
||||
asciidoctor {
|
||||
dependsOn prepareAsciidocBuild
|
||||
baseDirFollowsSourceFile()
|
||||
configurations "asciidoctorExtensions"
|
||||
outputOptions {
|
||||
|
||||
Reference in New Issue
Block a user