We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a9ee9 + 728f862 commit b4d3576Copy full SHA for b4d3576
grails-docs/src/main/groovy/grails/doc/gradle/PublishGuide.groovy
@@ -34,7 +34,7 @@ class PublishGuide extends DefaultTask {
34
@Optional @InputDirectory File workDir = project.layout.buildDirectory.get().asFile
35
@Optional @InputDirectory File resourcesDir = new File(project.projectDir, "resources")
36
37
- @Nested Collection macros = []
+ @Optional Collection macros = []
38
39
@OutputDirectory File targetDir = project.layout.buildDirectory.dir("docs").get().asFile
40
0 commit comments