Skip to content

Commit

Permalink
Merge pull request #13719 from jdaugherty/6.2.x
Browse files Browse the repository at this point in the history
Pull forward #12494 fix into 6.2.x that was missed in 5.x
  • Loading branch information
jdaugherty authored Oct 2, 2024
2 parents 83a9ee9 + 728f862 commit b4d3576
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 b4d3576

Please sign in to comment.