has anybody seen or have a workaround for this? Are you working on your code in a separate worktree created bygit worktree addcommand? Unfortunately this plugin doesn't support git worktree yet. But we have an option to skip execution of it, seehere. I encountered this same issue. Heroku...
The issue you linked in fact only added a fix for worktrees, the resolveWorktree only has an effect on worktrees: ### before resolveWorktree=../.git/modules/james-project ### after resolveWorktree=../.git/modules/james-project I guess all that means we would need a resolveModules ...