pablozki
07/03/2024, 6:59 PMbuild.gradle file but I wonder if I could just do this with one loc, or so.
Something like:
catalog.override {
When (this-package) use (the-other)
}Thomas Broyer
07/03/2024, 7:04 PMpablozki
07/03/2024, 7:05 PMVampire
07/03/2024, 9:56 PMpablozki
07/03/2024, 11:10 PMVampire
07/03/2024, 11:11 PMWithout the need of cloning the full library into the project and suchIf you have it somewhere on disk anyway, you don't need to re-clone it, just include it from where it is. But yeah, if you are aware of it, and of the problems with Maven Local, all is well. 🙂