You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/01/30 18:38:39 UTC

[jira] [Commented] (GEODE-859) Refactor build into modular scripts

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

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

Commit 4903d907d702143836a8df0335f98f88a9f47c9f in incubator-geode's branch refs/heads/develop from [~amb]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=4903d90 ]

GEODE-859: Modularize build script

The root build.gradle script was getting unwieldy.  This change
breaks the script into the following sections:

- code-analysis.gradle
- ide.gradle
- java.gradle
- publish.gradle
- rat.gradle
- test.gradle

Each section should be relatively independent.  For example, the
test script contains all the test dependencies.


> Refactor build into modular scripts
> -----------------------------------
>
>                 Key: GEODE-859
>                 URL: https://issues.apache.org/jira/browse/GEODE-859
>             Project: Geode
>          Issue Type: Task
>          Components: build
>            Reporter: Anthony Baker
>
> The root build.gradle file is getting rather large.  We could break it up into various sections and improve the comprehensibility greatly.  A sample breakdown would be:
> - test
> - publish
> - ide
> - code-analysis
> - etc



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)