TeamCity Cloud
 
2024.12
Get TeamCity Cloud

Dependency Caches

Edit pageLast modified: 19 November 2024

Maven Cache, Gradle Cache, and NuGet Cache are configuration-free build features that speed up builds by allowing related steps to reuse dependencies downloaded during previous builds of the same build configuration. In addition, caches are shared between steps of the same build, given that these steps utilize the same dependency directory.

  • Maven Cache — caches dependencies used by Maven build steps

  • Gradle Cache — caches dependencies used by Gradle build steps

  • NuGet Cache — caches NuGet packages used by .NET build steps