spring-cloud-contract
spring-cloud-contract copied to clipboard
Support Gradle Build Cache
Improve build experience with Gradle plugin by supporting Gradle build cache.
https://guides.gradle.org/using-build-cache/
Note: there is also the Gradle build cache for Maven which might be feasible, but I'm not as familiar with Maven and further with this plugin. I do know that with the Gradle plugin, and I'd assume similar is true for Maven, but you can deploy a build cache node (comes with a jar or docker image) somewhere on your network and configure your build engine to use that node as a cache. There are additional capabilities when used with Gradle Enterprise, but again that is not necessary.