Peter Hayes
Peter Hayes
I have run into the same problem. It is because in the NativeDockerClient, when it executes the docker command it does a waitFor() on the process. If the docker build...
Yes, I was going to give that a shot at some point to fix this and issue a pull request.
In our case, we decided to move to the other [gradle docker plugin](https://github.com/bmuschko/gradle-docker-plugin) so I won't be contributing a patch.
The [PMD page on the severity levels](https://pmd.github.io/pmd-5.3.3/customizing/rule-guidelines.html) indicates that level 1 is to be used to indicate critical broken / buggy code so it wouldn't be unusual, I think, to...