Hacker News .hnnew | past | comments | ask | show | jobs | submitlogin

> Gradle suffers the same exact issue by default, because it inherits it from Maven

It's not the exact same issue because Gradle and Maven have different conflict resolution:

Maven dependency conflict resolution works with a shortest path, which is impacted by declaration ordering. Gradle does full conflict resolution, selecting the highest version of a dependency found in the graph.

from https://gradle.org/maven-and-gradle/



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: