Ben Vanberg

Results 2 comments of Ben Vanberg

ExecPlugin.groovy: Line 13 ``` project.execIn(baseDir, cmd) ``` I think if cmd is split on spaces at this point it will fix the issue.

Do you mean that, perhaps, the command has spaces in it's path like this? C:/Command Path/command I think this is ok, but in this case the best approach would be...