Replies: 1 comment 1 reply
-
This method was removed from v4.7.4 (8981c0e). So I guess that your classpath contains not only spotbugs-gradle-plugin 5.0.6 but also an older version. Make sure you have only one spotbugs-gradle-plugin in your classpath. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I just wanted to know if anyone has encountered the following error.
Unable to find method 'com.github.spotbugs.snom.internal.SpotBugsTaskFactory.generate(Lorg/gradle/api/Project;Lorg/gradle/api/Action;)V'
When using JDK 17, Gradle 7.4.2 and Spotbugs gradle plugin 5.0.6.
Beta Was this translation helpful? Give feedback.
All reactions