You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: