[
https://issues.apache.org/jira/browse/GEODE-859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15127011#comment-15127011
]
ASF subversion and git services commented on GEODE-859:
-------------------------------------------------------
Commit 4903d907d702143836a8df0335f98f88a9f47c9f in incubator-geode's branch
refs/heads/feature/GEODE-773-2 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
> Fix For: 1.0.0-incubating.M2
>
>
> 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)