Remote Cache Settings
Remote Cache Settings
Specifies settings which configure Gradle's remote build cache; these may be provided in lieu of settings specified directly with Gradle, and are preferred over directly specifying settings. By default, the remote build cache is enabled in all circumstances.
Push of objects is enabled by default. Object push (uploading to the cache) can be disabled by setting push to false
, or by using any of the condition builders specified by the MutableCacheSettings or MutableRemoteCacheSettings types.