we have a scenario where we want to pass the same properties to all tasks in a composed.
app.composed-task-runner.composed-task-arguments='c=d,a=b'
doesn’t work.
version used 2.0.0.M2
we have a scenario where we want to pass the same properties to all tasks in a composed.
app.composed-task-runner.composed-task-arguments='c=d,a=b'
doesn’t work.
version used 2.0.0.M2
using --composed-task-arguments=c=d,a=b
without any spaces make it work