This message was deleted.
# dependency-management
s
This message was deleted.
v
There is only one lockfile for all projects
p
Hm, I see
n
that's not actually true, there's a lockfile per module. You have to define a task to resolve all dependencies in each module and run it with the
--write-locks
argument: https://docs.gradle.org/current/userguide/dependency_locking.html#lock_all_configurations_in_one_build_execution
👀 1
v
Oh, ok, I thought they consolidated it into one file a while ago. Must have misremembered.
n
a single file instead of a file per configuration 🙂
it used to be dozens of files per module.. that wasn't the best
v
Ah, that was it. Sorry for the wrong info