Skip to content

Commit

Permalink
Add publishGuide dependsOn copyLocalDocResources to fix docs task
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 3, 2024
1 parent 75babee commit 9d48878
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 9d48878

Please sign in to comment.