Caching Gradle dependencies might decrease build times. Give it a try if you haven't already.
Setup
- Put the Cache:Pull step after the Git Clone step
- Put the Cache:Push step to the very end of the Workflow
If you use v1.0 or newer of the Cache steps and the latest Gradle Runner step then that’s all you have to do.
If you use an older Cache or Gradle Runner step:
- Select the Cache:Push step and specify the following paths for caching (Cache paths input):
- Select the Cache:Push step and specify the following paths for update-check ignore (Ignore Paths from change check input):
Example workflow
Oh, did you know you can use caching to pass artifacts between builds?
Happy building! 🤖