-
I'm having problems getting 2.21.1 and 2.22.1 to compile from source. I am getting some java.lang.NoClassDefFoundError: com/google/common/collect/Streams error. What am I missing? Java 11 for 2.21.1 Steps for 2.22.1. Similar was used for 2.21.1.
Error reported.
|
Beta Was this translation helpful? Give feedback.
Answered by
ppkarwasz
Jan 11, 2025
Replies: 1 comment 1 reply
-
You must have some problems in your dev environment (e.g. some |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ggee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You must have some problems in your dev environment (e.g. some
error_prone_core
dependencies missing). Did you try deleting your local Maven repo (~/.m2/repository
) and download the artifacts again?