Skip to content

Commit b4d3576

Browse files
authored
Merge pull request #13719 from jdaugherty/6.2.x
Pull forward #12494 fix into 6.2.x that was missed in 5.x
2 parents 83a9ee9 + 728f862 commit b4d3576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-docs/src/main/groovy/grails/doc/gradle/PublishGuide.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PublishGuide extends DefaultTask {
3434
@Optional @InputDirectory File workDir = project.layout.buildDirectory.get().asFile
3535
@Optional @InputDirectory File resourcesDir = new File(project.projectDir, "resources")
3636

37-
@Nested Collection macros = []
37+
@Optional Collection macros = []
3838

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

0 commit comments

Comments
 (0)