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
If you're using gradle 6 you'll face the following guava problem:
Could not resolve com.google.guava:guava:32.1.2-jre.
Problem appears because gradle metadata was added to guava 32.1, which does not work properly in gradle 6. There is no problems in gradle 5 because it does not support gradle metadata yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If you're using gradle 6 you'll face the following guava problem:
Problem appears because gradle metadata was added to guava 32.1, which does not work properly in gradle 6. There is no problems in gradle 5 because it does not support gradle metadata yet.
So, to workaround this problem you could either:
Problem described in guava release notes, which reference workaround above in the issue discussion
Beta Was this translation helpful? Give feedback.
All reactions