[cmd line parameters] Hello! Is there a way to spe...
# gradle
d
[cmd line parameters] Hello! Is there a way to specify list of values for a parameter using command line? e.g. something like
Copy code
gradle myTask -PcustomParam=abc -PcustomParam=xyz
that would result in
customParam=[abc, xyz]
?
or even better to specify tuples for each param that would result in a map
guess can only do that through explicit configuration in
build.gradle