Add support for configuration cache state storing
krzema12 opened this issue · 4 comments
krzema12 commented
See https://docs.gradle.org/current/userguide/configuration_cache.html
Currently the state of the cache is not stored by this action.
JavierSegoviaCordoba commented
This should be possible as gradle/gradle#27174 is merged
nuhkoca commented
@JavierSegoviaCordoba it is merged. Does this action need to do anything more or configuration cache should be supported out of the box?
JavierSegoviaCordoba commented
Config cache code needs to be restored and changed a bit in this action.
bigdaz commented
This functionality has been implemented and is pre-released as v3.0.0-beta.1
.
To follow the latest pre-release version in the 3.x line, you can use gradle/gradle-build-action@v3-prerelease
.