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
The guava dependency in this project is too old and creates conflicts in projects that use a newer version. The error I currently get is Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
If you google this, this issue happened in other projects like
The guava dependency in this project is too old and creates conflicts in projects that use a newer version. The error I currently get is
Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
If you google this, this issue happened in other projects like
Propose to update the quava version from version 18 to version 21
The text was updated successfully, but these errors were encountered: