Skip to content

Commit

Permalink
Merge pull request #482 from grails/jamesfredley/fix-docs-publishGuide
Browse files Browse the repository at this point in the history
Add several tasks to publishGuide dependsOn
  • Loading branch information
jamesfredley authored Sep 10, 2024
2 parents 8e30a5b + 675c633 commit 172ac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ tasks.withType(Groovydoc) {
task publishGuide(type: grails.doc.gradle.PublishGuide) {
group = DOCUMENTATION_GROUP
description = 'Generate Guide'
dependsOn copyLocalDocResources
dependsOn copyLocalDocResources, compileGroovy, groovydoc, compileJava, processResources

targetDir = project.file("${buildDir}/docs")
sourceRepo = "https://github.com/${githubSlug}/edit/${githubBranch}/src/main/docs"
Expand Down

0 comments on commit 172ac9d

Please sign in to comment.