Slackbot
09/19/2022, 1:11 PMSatyarth Sampath
09/19/2022, 1:12 PMsubprojects
block?Satyarth Sampath
09/19/2022, 1:13 PMSatyarth Sampath
09/19/2022, 1:13 PMShreyash Saitwal
09/19/2022, 1:18 PMsubprojects
block worked, thanks. However, I agree with you on not putting the publish config on the root level. I think I'd go with putting it in buildSrc.Vampire
09/19/2022, 3:59 PMallprojects { ... }
or subprojects { ... }
that's a legacy antipattern.
Instead create convention plugins in an included build or if you prefer buildSrc
and apply it where you want its effect.