java.rmi.Remote needed for analysis #1008
Unanswered
Keith-Albright-Bose
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Updated Android project to JDK 17, AGP 8.1.2 and Kotlin 1.9.10 (using Kotlin DSL now)
Trying to run spotbugs gradle plugin (any newer version) and getting this error:
The following classes needed for analysis were missing:
java.rmi.Remote
FAILURE: Build failed with an exception.
Execution failed for task ':library:spotbugsDebug'.
Any suggestions appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions