spotbugs / spotbugs-gradle-plugin

https://plugins.gradle.org/plugin/com.github.spotbugs
Apache License 2.0
178 stars 67 forks source link

Spotbugs runner failing to run because of long command line arguments #1176

Open kavinarasu opened 3 months ago

kavinarasu commented 3 months ago

A failure occurred while executing com.github.spotbugs.snom.internal.SpotBugsRunnerForHybrid$SpotBugsExecutor

could not be started because the command line exceed operating system limits.

I am using v5.0.0, and I did observe that useAuxClassPath is enabled, and is being respected. However, the source path is way too long because of a large number of Java files. Unfortunately, I won't be able to share the arguments here due to restrictions. Do you have any suggestions similar to aux class path?