[ 
https://issues.apache.org/jira/browse/GEODE-10283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535027#comment-17535027
 ] 

ASF subversion and git services commented on GEODE-10283:
---------------------------------------------------------

Commit 509c0c6c916a047a8440475fd65b706ce41e2f2b in geode's branch 
refs/heads/develop from Robert Houghton
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=509c0c6c91 ]

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

Co-authored-by: Your Name <y...@example.com>

> 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)

Reply via email to