From 8e706be4239949ffe3605208b2ba623be5b39226 Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Fri, 8 Sep 2023 11:20:30 -0500 Subject: [PATCH] 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.) --- spring-credhub-docs/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-credhub-docs/build.gradle b/spring-credhub-docs/build.gradle index caf40cd..072ebb7 100644 --- a/spring-credhub-docs/build.gradle +++ b/spring-credhub-docs/build.gradle @@ -48,6 +48,7 @@ task prepareAsciidocBuild(type: Sync) { } asciidoctor { + dependsOn prepareAsciidocBuild baseDirFollowsSourceFile() configurations "asciidoctorExtensions" outputOptions {