Skip to content

Commit

Permalink
Add @input to macros (#13726)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Oct 3, 2024
1 parent 7473a1a commit ed773a0
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")

@Optional Collection macros = []
@Optional @Input Collection macros = []

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

Expand Down

0 comments on commit ed773a0

Please sign in to comment.