kordamp / markdown-gradle-plugin

Markdown/HTML plugin for gradle
Apache License 2.0
71 stars 51 forks source link

Allow to specify a FileCollection as input #1

Open jochenberger opened 11 years ago

jochenberger commented 11 years ago

Currently, the input is a File / directory. All markdown files from this directory are converted, the other files are copied as they are. It would be better if you could specify a FileCollection as input, like a SourceDirectorySet or a ConfigurableFileCollection.