Skip to content

Commit

Permalink
Merge pull request #225 from grails/fix-docs-task-copyLocalDocResources
Browse files Browse the repository at this point in the history
Add publishGuide dependsOn copyLocalDocResources to fix docs task
  • Loading branch information
jamesfredley authored Dec 5, 2024
2 parents 75babee + 9d48878 commit e3fd8b5
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 @@ -96,5 +96,5 @@ jar {
tasks.named("publishGuide") {
it.dependsOn = ["compileAstGroovy", "copyAstClasses", "compileGroovy",
"compileAstJava", "compileJava", "compileAstJava",
"groovydoc", "processResources", "copyCommands"]
"groovydoc", "processResources", "copyCommands", "copyLocalDocResources"]
}

0 comments on commit e3fd8b5

Please sign in to comment.