Open boris-petrov opened 2 years ago
I believe this is working with the latest version of the Gradle plugin. Thanks!
5.1.1 broke it again. :smile: I guess because 5.1.0 didn't load any plugins.
It seems that it's a problem on the plugin side, its manifest file has no Class-Path
attribute so it could not find dependencies.
It's a very old plugin, yes. I guess it is a problem in it. However, is there something that can be done on SpotBug's side to support that? If not, I would totally understand.
Using SpotBugs 4.5.0 and the Gradle plugin version 5.0.0. After updating to it, I started getting:
I am using the Monits FindBugs plugin (
spotbugsPlugins 'com.monits:findbugs-plugin:0.2.0@jar'
) and it is the cause for that. Any ideas how to fix it?