This message was deleted.
# dependency-management
s
This message was deleted.
t
c
Ouch, it's seems like a hard to fix issue. You would need to rename the dependency so Gradle doesn't need to resolve the version conflict. I guess that's what one of the last messages in the issue suggest using an includedBuild, that at the end is just a wrapper to rename the artifact.
l
Currently Gradle always puts the current project as the root of the dependency graph. And that root will substitute itself to all matching coordinates. So you will have to perform the resolution in a different project - that is somewhere where the root has different coordinates. Adding a feature where you could say that the root is something else and thus resolve older version of the same project has been asked but is not yet implemented.