>We do want to add something to allow you to pass arbitrary configuration
from the command-line.

>For example, there might be a general capability where you can do something
like 'gradle createModule >module=<n> plugin=<p>' or perhaps 'gradle
createModule --module <n> --plugin <p>' and Gradle will automatically >set
the module and plugin properties of the createModule task without you having
to do anything in the build script.

Yes, this is what I'm looking for.  Good to know about -P though...

any of your solutions sounds good.  I like them much better than -P.  It
would also be good if however it's set up in the gradle script, you get a
list of options when you type gradle -t.

Reply via email to