▲ | horsawlarway 4 days ago | |||||||
Yes, but Maven doesn't support reproducibility (outside of plugins that basically haul in a lockfile). So his whole point is moot (Gradle now does, as an aside: https://docs.gradle.org/current/userguide/dependency_locking...) Again - I don't think the author is aware enough of the problem space to be making the sort of claim that he is. He doesn't understand the problem lockfiles are solving, so he doesn't know why they exist and wants them gone... chesterton's fence in action. --- Directly declaring deps is great. It's so great that we'd like to do it for every dependency in many (arguably most) cases. But doing that really sort of sucks when you start getting into even low 10s of deps. Enter... lockfiles and the tooling to auto-resolve them. | ||||||||
▲ | oftenwrong 4 days ago | parent [-] | |||||||
>Maven doesn't support reproducibility I don't think that is true: https://maven.apache.org/guides/mini/guide-reproducible-buil... | ||||||||
|