Can I somehow enforce that convention plugin with ...
# community-support
v
Can I somehow enforce that convention plugin with defaults is applied everywhere? (Other than
subprojects
block)
p
You can apply it via a settings plugin with
settings.gradle.beforeProject
v
is that isolated project safe and all that stuff?
p
Yes
Applying is. But you should still not access other projects.
☝️ 1