Android gradle cache in Azure DevOps
I am trying to cache Gradle between runs on Azure Pipelines. My goal is to generate a build on the main branch, cache Gradle, and then use this cache when running pipelines for feature branches, allowing them to run faster
Android gradle cache in Azure DevOps
I am trying to cache Gradle between runs on Azure Pipelines. My goal is to generate a build on the main branch, cache Gradle, and then use this cache when running pipelines for feature branches, allowing them to run faster