This message was deleted.
# caching
s
This message was deleted.
c
Why don't you setup a remote buildcache?
It's "free" You can run the docker image provided by Gradle, or use an S3 bucket, or even Artifactory.
e
That is probably the easiest, but our devops team is busy with other items in the backlog
d
The https://github.com/gradle/gradle-build-action will save/restore the Gradle User Home directory between jobs. So you can benefit from the local build cache to share state between jobs.