|
|
|
|
|
by WatchDog
1534 days ago
|
|
Maven and gradle don't have lockfiles(by default), and have never really had a serious need for them, because dependency declarations generally don't use ranges.
The central repositories don't allow versions to be replaced, and artifacts are all signed with PGP keys of the developers(although most people don't verify these). I've never really seen the value in dependency ranges, they make builds more complicated, and bring minimal value. |
|