spring-cloud-contract icon indicating copy to clipboard operation
spring-cloud-contract copied to clipboard

Support Gradle Build Cache

Open shanman190 opened this issue 6 years ago • 0 comments

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.

shanman190 avatar Aug 13 '19 01:08 shanman190