Hi! there was a thread recently that suggested Graddle as a great place for all the snippets of code we need for the common tasks around Bigtop (test execution, puppet, etc.). I've started to play with the idea for my build stuff and ran into a slight issue.
I can't quite figure out what's the best way to pass arguments to the scripts that I'm now turning into gradle tasks. I guess I can do this: $ gradle puppet-deploy -Dfoo=bar ... but it feels awkward (most because there's not even a chance for any kind of help being printed out on task usage). Thoughts? Thanks, Roman.
