I am trying to automate running Datafix scripts using ml-gradle task. Myscripts sits in Directory like c:/data/scripts/Release_123.
Release_123 can also have sub directories and each sub directory will have data fix scripts(SJS file) that needed to be executed.
My requirement is to have ml-gradle task which reads code from those files and execute it.
Is there any approach to achieve this.