I’m looking at the examples for
running external processes with the configuration cache. The examples seem to assume that I want a Gradle API to launch a command line process directly myself. What if I want to use something like jGit, which uses non-Gradle APIs to launch external processes?