So, to overcome this I enclosed the component name under quotes. However, the name of the directory under $buildDir/exe/, the component name is not reproduced. I get it as sVDD.APPLI.T.EQP_SCHED.01 and my generated executable has a name SVDD.APPLI.T.EQP_SCHED.exe instead of SVDD.APPLI.T.EQP_SCHED.01.exe
Thanks for the reply but I am still facing issues. Gradle modifies my baseName when creating the executable.
Instead of SVDD.APPLI.T.EQP_SCHED.01.exe, I get SVDD.APPLI.T.EQP_SCHED.exe
I would like to have a deterministic name for the $buildDir/exe/<this_folder> and the name of the executable. Ideally I want these two to be same as component name.