Hi, I am new to gradle and trying to understand ho...
# community-support
k
Hi, I am new to gradle and trying to understand how to share build logic (configurations, dependencies & in some cases tasks) across sibling and child projects. 1. It looks like convention plugins are recommended for this purpose. https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins 2. Are convention plugins deprecated, or is it their internal API's? https://docs.gradle.org/current/userguide/upgrading_version_8.html#deprecated_access_to_conventions
e
plugin conventions != convention plugins
k
I see
t
And the "conventions API" (the one being deprecated) != setting up conventions ("just" use Property.convention)
v
Yeah, too many things called convention :-(