You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2018/10/03 21:38:22 UTC

[jira] [Closed] (GEODE-5423) Improve Gradle configuration performance

     [ https://issues.apache.org/jira/browse/GEODE-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nabarun closed GEODE-5423.
--------------------------

> Improve Gradle configuration performance
> ----------------------------------------
>
>                 Key: GEODE-5423
>                 URL: https://issues.apache.org/jira/browse/GEODE-5423
>             Project: Geode
>          Issue Type: Improvement
>          Components: build
>            Reporter: Robert Houghton
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Clean builds spend minutes of time doing download and unzip of old Geode builds during `configure` step of Gradle. Moving this to the `execute` step allows other tasks to run in parallel, and allows caching of the dependency, instead of checking its existence on every build.



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