Razak
02/16/2021, 7:10 PMtrevjones
02/17/2021, 2:42 AMproject(":projectPath")
when the project lives in the same repo. Otherwise the maven coordinates will be a better fit even when pulling in the project as a composite build.
with a composite build if you have your group and name of the projects matching it will auto substitute for you without any extra work.tapchicoma
02/17/2021, 9:22 AMproject(..)
is a dependency on artifact produced by a project. So not much difference, it only the source from where artifact is loaded from:
• 1 -> from network (cache on disk)
• 2 -> from disk after project has finished assembling itRazak
02/17/2021, 10:05 AM