When a project is located in a directory which contains a space:
/c/users/my awesome projects/projectA
SpotbugsRunner will create what appears to be an invalid command line to execute spotbugs. I tweaked the resulting command by applying double quotes around any spot where it was referencing the project path and it appears to have fixed the problem.
If an example demonstrating this is required I can make it happen but since I am finding this while at work I can only provide so much at the moment.
I am currently running:
- Gradle 8.5
- Spotbugs Gradle Plugin 6.0.6