Hi I'm doing several very similar Exec tasks which only vary based on their `workingDir`. The `commandLine` is the same in each case and incremental build inputs & outputs are a function of the `workingDir`. Instead of repeating myself is there a way I can define a new task as a pre-configured Exec task?
Sorry if that's confusing. The build I'm talking about is here: https://github.com/robfletcher/gazebo/blob/master/build.gradle#L15 Rob
