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.
1 parent c876194 commit 97d41acCopy full SHA for 97d41ac
grails-docs/src/main/groovy/grails/doc/gradle/PublishGuide.groovy
@@ -29,11 +29,11 @@ class PublishGuide extends DefaultTask {
29
@InputDirectory @Optional File resourcesDir = new File(project.projectDir, "resources")
30
@Input @Optional List propertiesFiles = []
31
@Input @Optional String language = ""
32
- @Input @Optional boolean asciidoc = false
+ @Input @Optional Boolean asciidoc = false
33
@Input @Optional String sourceRepo
34
@Input @Optional Properties properties = new Properties()
35
- Collection macros = []
36
- File workDir = project.buildDir as File
+ @Input Collection macros = []
+ @InputDirectory File workDir = project.buildDir as File
37
38
@TaskAction
39
def publishGuide() {
0 commit comments