JetBrains Space
 

Configure Remote Build Cache Storage

Last modified: 05 July 2023

You can use a file repository in Space as a build cache storage for your projects. The purpose of such a remote storage is to serve as a shared cache for build artifacts across your team. This can make the build process faster, more consistent across different machines, and more efficient in terms of resource usage. It is especially useful for larger projects with many dependencies.

Basically, a file repository in Space can be used by any build tool that supports the WebDAV protocol. However, this topic provides instructions only for Gradle and Bazel as the most popular build tools.