Join Slack
Powered by
Hi, I am new to gradle and trying to understand ho...
# community-support
k
Kristian Theilgaard
10/11/2024, 7:07 AM
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
ephemient
10/11/2024, 7:34 AM
plugin conventions != convention plugins
k
Kristian Theilgaard
10/11/2024, 7:36 AM
I see
t
Thomas Broyer
10/11/2024, 7:39 AM
And the "conventions API" (the one being deprecated) != setting up conventions ("just" use
Property.convention
)
v
Vampire
10/11/2024, 9:46 AM
Yeah, too many things called convention :-(
10
Views
Open in Slack
Previous
Next