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

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

Commit 0c8d3bc6a26918a62deafd57f5580179dd80a2f0 in geode's branch 
refs/heads/develop from Patrick Rhomberg
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0c8d3bc ]

GEODE-6383: Correct minor lingering issues from previous PR. (#3430)

* In geode-core, add missing evaluation dependency geode-core
* Remove implicit evaluation dependency in spotless.gradle on geode-core.
* Move hook of spotlessApply into spotless.gradle from standard config.

> Build scripting should not violate modularity.
> ----------------------------------------------
>
>                 Key: GEODE-6383
>                 URL: https://issues.apache.org/jira/browse/GEODE-6383
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Patrick Rhomberg
>            Assignee: Patrick Rhomberg
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In many portions of our build scripting, we use the invasive, 
> modularity-breaking pattern of
> {noformat}
> subprojects {
>   configureSomething
> }
> {noformat}
> This is particularly problematic when certain plugins or built-ins do not 
> integrate well with each other, e.g, Gradle 5.2's {{java-platform}} needing 
> to be applied before the {{java}} plugin.
> As a result, within a single subproject, it is very difficult to know 
> (without prior experience) how the subproject is configured.
> This ticket is intended to be a "parent" ticket for jobs that fall into the 
> following categories:
> * Converting a plugin-script in {{gradle/}} to a class extending 
> {{Plugin<Project>}}.
> * Moving a plugin to belong to {{buildSrc}}
> * Converting invasive {{subproject [configuration]}} calls to be "opt-in" by 
> the subprojects that require the configuration, such as the work done in 
> GEODE-6237.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to