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
We realized that a changed compileClasspath in a sourceSet is not recognized by the spotbugs plugin.
Like when doing: main { compileClasspath = ... }
This seems to be because the SpotbugsTaskFactory set the auxClassPaths to the value encountered on creation.
Maybe it would be better to resolve the compileClasspath lazily.
The text was updated successfully, but these errors were encountered:
We realized that a changed compileClasspath in a sourceSet is not recognized by the spotbugs plugin.
Like when doing:
main { compileClasspath = ... }
This seems to be because the SpotbugsTaskFactory set the auxClassPaths to the value encountered on creation.
Maybe it would be better to resolve the compileClasspath lazily.
The text was updated successfully, but these errors were encountered: