mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
28dd1bbe0f
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38882 This turns on local caching for Gradle builds. From now on, some of the tasks of the build will be cached inside the `.gradle` folder. This will benefit 'clean builds' and builds happening after branch/context switch. CI will also benefit from this improvement as we're storing the cache folder on CircleCI. After this we'll have to follow-up and enabling `Cacheable` on each of our task as they're currently all disabled. Changelog: [Internal] [Changed] - Enable local caching for Gradle Reviewed By: mdvacca Differential Revision: D48187656 fbshipit-source-id: 25734ed692a69874721e86c50498b075af0fda19
3 lines
25 B
INI
3 lines
25 B
INI
org.gradle.caching=true
|
|
|