Slackbot
12/01/2022, 10:04 AMVampire
12/01/2022, 10:27 AMmelix
12/01/2022, 10:28 AMmicronaut-
. Not mentioning that it would mean rewriting all project dependencies.Vampire
12/01/2022, 10:30 AMm-foo
or mFoo
and do not have to type it out completely.
But yeah, the dependencies would need to be rewritten once.
Good time to introduce Project accessors maybe? ๐melix
12/01/2022, 10:31 AMmelix
12/01/2022, 10:31 AMVampire
12/01/2022, 10:37 AM${project.group}:${project.name}
but somehow provide another mean to define the coordinates in a composite build compatible way independent from project group and name. Maybe that's worth a feature reuquest if there is none yet. ๐Vampire
12/01/2022, 10:39 AMmicronaut-core
that you could use in the composite build for the mapping instead of parsing the core's settings script. ๐melix
12/01/2022, 10:43 AMsettings.gradle
which defined the "project naming strategy" and its mapping to publication coordinates, then it would be an easy win for composites.Vampire
12/01/2022, 10:59 AMWhen theThat's why I thought some way independent from project group and name that is supported by composite build is necessary.ormaven-publish
plugins are used for publishing, and the publication coordinates donโt matchivy-publish
.${project.group}:${project.name}
tony
12/01/2022, 7:23 PMgroup
! No one does that in Android-land ๐ญ