[ https://issues.apache.org/jira/browse/GEODE-10283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535038#comment-17535038 ]
ASF subversion and git services commented on GEODE-10283: --------------------------------------------------------- Commit 3cf68a12981640b75b9cc3f5515121315eae27e1 in geode's branch refs/heads/support/1.15 from Robert Houghton [ https://gitbox.apache.org/repos/asf?p=geode.git;h=3cf68a1298 ] GEODE-10283: Remove problematic buildSrc project, replacing with includeBuild projects (#7600) * Extract DependencyConstraints plugin from buildSrc * Extract japicmp plugin customization from buildSrc * Test isolation from buildSrc * Disable jacoco on all test facets by default (cherry picked from commit 509c0c6c916a047a8440475fd65b706ce41e2f2b) > 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)