This message was deleted.
# community-support
s
This message was deleted.
a
by default it will cache when the action runs on main or master branch - are you running the action on a PR?
c
it also requires that you have the build cache enabled (it isn’t by default).
s
Did some investigation and I think this is caused by the
.gradle
folder not being preserved, specifically the part that stores task execution history
c
gradle-build-action takes care of caching the relevant portions of that