Hi guys,
Since I have introduced dependency locking I cannot use anymore my composite build to integrate multi projects.
Gradle complains when I do gradle build in the composite build that some dependency is not locked. If I do --write-locks in my composite build it works again, but they it writes lock files which are not the same as when I lock the dependencies in the project itself.
How is that supposed to work?
Thanks for your help!