gradle / gradle-build-action

Execute your Gradle build and trigger dependency submission
https://github.com/marketplace/actions/gradle-build-action
MIT License
671 stars 97 forks source link

Add support for configuration cache state storing #966

Closed krzema12 closed 9 months ago

krzema12 commented 10 months ago

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

JavierSegoviaCordoba commented 9 months ago

This should be possible as https://github.com/gradle/gradle/pull/27174 is merged

nuhkoca commented 9 months ago

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

JavierSegoviaCordoba commented 9 months ago

Config cache code needs to be restored and changed a bit in this action.

bigdaz commented 9 months ago

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.