-
Notifications
You must be signed in to change notification settings - Fork 9
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
processSpring fails with "Cannot choose between the available variants of guava" #286
Comments
Haven't seen this one, investigating... |
Unfortunately I can't reproduce the issue. Is this an android project? If so, could you create a minimal android project that shows the error? That would be very helpful to create fix for the issue. (I have never done anything with android). Also, I found this google/guava#6801 (comment) It says applying |
Thanks for your answer! |
Adding |
Trying to get started with code generation.
Created a new gradle subproject with my openapi.yaml and these files straight out of the docs:
build.gradle:
gradle.properties:
mapping.yaml
When I run
gradle processSpring
, this ios the result:I don't know how/where to add the
standard-jvm
setting.gradle 8.9, Java 21
The text was updated successfully, but these errors were encountered: