Skip to content

Commit

Permalink
Add several task to publishGuide dependsOn since it uses this output …
Browse files Browse the repository at this point in the history
…of these tasks
  • Loading branch information
jamesfredley committed Sep 9, 2024
1 parent 8e30a5b commit 675c633
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 675c633

Please sign in to comment.