Skip to content

Commit

Permalink
Pull forward #12494 fix into 6.2.x that was missed in 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Oct 2, 2024
1 parent 83a9ee9 commit 728f862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class PublishGuide extends DefaultTask {
@Optional @InputDirectory File workDir = project.layout.buildDirectory.get().asFile
@Optional @InputDirectory File resourcesDir = new File(project.projectDir, "resources")

@Nested Collection macros = []
@Optional Collection macros = []

@OutputDirectory File targetDir = project.layout.buildDirectory.dir("docs").get().asFile

Expand Down

0 comments on commit 728f862

Please sign in to comment.