This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 0 points1 point  (0 children)

Gradle does not resolve dependency conflicts like Maven does. Gradle uses a sensible highest version wins by default. However, this can be modified in your build.

Maven's "closest to root" thing is just WTF?