[ https://issues.apache.org/jira/browse/GEODE-10283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated GEODE-10283: ----------------------------------- Labels: pull-request-available (was: ) > Modernize build plugins for reuse and extensibility > --------------------------------------------------- > > Key: GEODE-10283 > URL: https://issues.apache.org/jira/browse/GEODE-10283 > Project: Geode > Issue Type: Task > Components: build > Affects Versions: 1.15.0 > Reporter: Robert Houghton > Priority: Major > Labels: pull-request-available > > The Geode build extends many built-in Gradle plugins in the `gradle` > subdirectory as "ad-hoc" plugins. Replacing those with > [pre-compiled|https://docs.gradle.org/current/userguide/custom_plugins.html#sec:precompiled_plugins] > plugins gives several benefits: > * IDE support > * behavior validation via tests > * better plugin-ordering determinism > We also have several build plugins defined in the magic project `buildSrc`. > The Gradle team recommends migrating to first-class sub-projects, and using > `includeBuild` to bring them into the build system. > These combined changes allow all build plugins to use the modern `plugins` > closure for declaring plugin use, and allow further composite builds by > clients without name collision in the implicit `buildSrc` project. -- This message was sent by Atlassian Jira (v8.20.7#820007)