ml-gradle icon indicating copy to clipboard operation
ml-gradle copied to clipboard

Document how to modify the set of commands executed by mlDeploy

Open rjrudin opened this issue 5 years ago • 1 comments

rjrudin avatar Jan 07 '20 14:01 rjrudin

e.g. mlDeploy.finalizedBy myDoSomethingExtraTask or mlPostDeploy.dependsOn ...

I often hook up extra tasks using dependsOn or finalizedBy, and not just mlDeploy, but also mlLoadData etc, for instance to load configs as part of mlloadmodules, or load test data as part of mlloaddata (only if mlTestRestPort is specified), etc..

grtjn avatar Apr 21 '21 12:04 grtjn