Robert Houghton created GEODE-5423:
--------------------------------------
Summary: 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
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)