gradle/gradle-build-action

Add support for configuration cache state storing

krzema12 opened this issue · 4 comments

See https://docs.gradle.org/current/userguide/configuration_cache.html
Currently the state of the cache is not stored by this action.

This should be possible as gradle/gradle#27174 is merged

@JavierSegoviaCordoba it is merged. Does this action need to do anything more or configuration cache should be supported out of the box?

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.