-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not resolve com.google.guava:guava:[15.0,). #6617
Comments
Thanks. @jjohannes is already on #6612 (comment), but I'll summon him here, too, since I don't know where the conversation will develop. Were you able to try the suggestion in #6612 (comment)? Are you using Gradle 6? |
yes I am using gradle 6 |
Reposting here: For Gradle 6.x you need to set the You can do it like this in the place where you configure the Java plugins in your build:
Or you upgrade to Gradle 7 if possible. |
These types of questions are generally better suited for StackOverflow. |
(Sorry, I should have given a heads-up that I asked users to report Gradle problems with 32.1.0+ here instead of Stack Overflow. I did that because those problems are likely to indicate errors in our new Gradle metadata (like the one that was addressed by 32.1.1), rather than configuration errors on their part. @jjohannes, besides having provided the metadata itself, has been taking care of bug reports.) |
Hi,
Iver read the release notes for https://github.com/google/guava/releases/tag/v32.1.0.
Our library depends on MapDB 3.0.8 which has a dependency on guava library:
This is the error I am seeing now, is there any way I could resolve it, since we are having a secondary dependency on guava.
Thank you for your help in advance!
The text was updated successfully, but these errors were encountered: