I was pretty sure that when you apply a plugin on ...
# community-support
g
I was pretty sure that when you apply a plugin on the root project then all the modules would get that as well, but I see now that's not true.. Was I wrong? ps:the plugin I'm testing against atm is the shadow one
v
They have it in ready-to-use as it is added to the root project class loader which is in the ancestry of the other projects' class loaders. But they are not applied to all projects, that would be quite strange and problematic.
👍 1
There might be misbehaving plugins that apply themselves to all other projects when applied to the root project, but that is evil cross-project configuration and should not be done.
👍 1