Is there any way to set some Config like
dontWaitForChildProcessOutput= true
on my JavaExec task. So that the Task gets completed without waiting for the Child process . There is something called ignoreExitValue but it doesnot server the purpose
Help Please