Skip to content

Commit ed773a0

Browse files
authored
Add @input to macros (#13726)
1 parent 7473a1a commit ed773a0

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

+1-1
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-
@Optional Collection macros = []
37+
@Optional @Input Collection macros = []
3838

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

0 commit comments

Comments
 (0)