How to pass external variables to a CORB module from within the ml-gradle execution?

94 Views Asked by At

Is there a way to pass parameters into CORB modules from ml-gradle without passing them on the command line via -DPROCESS_MODULE.parameter. I have a CorbTask that I plan to call a few times from another Task with different options each time.

1

There are 1 best solutions below

1
Mads Hansen On

Unfortunately, there isn't a generic way for the CoRB task to define and make available custom inputs as project properties, as it does for the standard CoRB options.

You can set the custom inputs in an options file, and then specify the OPTIONS-FILE.