Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for configuration cache state storing #966

Closed
krzema12 opened this issue Nov 25, 2023 · 4 comments · Fixed by #968
Closed

Add support for configuration cache state storing #966

krzema12 opened this issue Nov 25, 2023 · 4 comments · Fixed by #968
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@krzema12
Copy link

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

@krzema12 krzema12 changed the title Add support for configuration cache Add support for configuration cache state storing Nov 25, 2023
@JavierSegoviaCordoba
Copy link

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

@nuhkoca
Copy link

nuhkoca commented Dec 8, 2023

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

@JavierSegoviaCordoba
Copy link

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

@bigdaz bigdaz added this to the 3.0.0 milestone Dec 12, 2023
bigdaz added a commit that referenced this issue Dec 23, 2023
Contains all functionality planned for the initial 3.x release.

- Fixes #726 
- Fixes #946 
- Fixes #966 
- Fixes #996
@bigdaz
Copy link
Member

bigdaz commented Dec 27, 2023

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.

@bigdaz bigdaz added the enhancement New feature or request label Jan 2, 2024
@bigdaz bigdaz self-assigned this Jan 2, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants