This message was deleted.
# community-support
s
This message was deleted.
m
Convention plugin is the canonical replacement to
subprojects
/`allprojects`
If you don't want that I guess you could always use
rootProject.group
. It's worth double checking it's not going to break your configuration cache but I think it should work
v
I usually put
group
and
version
to
gradle.properties
in the root project, then it is the same for all projects, unless a project manually changes it additionally.
☝️ 2