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

Support Gradle version catalog #394

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

KengoTODA
Copy link
Contributor

Thanks for keeping this action supported and updated! 🙌

Recently I introduced the version catalog provided by Gradle to my project, so here I want to resolve #237 by adding several changes.

Description:

This PR adds the version catalog provided by Gradle into the target of dependency cache.

This file is usually named as gradle/libs.versions.toml, but in the official document there is a case that uses gradle/test-libs.versions.toml so this PR considers gradle/*.versions.toml as path of version catalog.

Related issue:

#237

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

close actions#237

Signed-off-by: Kengo TODA <skypencil+github@gmail.com>
@KengoTODA KengoTODA requested a review from a team October 17, 2022 08:03
@dmitry-shibanov dmitry-shibanov merged commit de1bb2b into actions:main Oct 17, 2022
@KengoTODA KengoTODA deleted the support-version-catalog branch October 17, 2022 21:57
@KengoTODA
Copy link
Contributor Author

Thanks for quick merge!

yeikel pushed a commit to yeikel/setup-java that referenced this pull request Feb 12, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include version catalog file in filehash in the Gradle cache key
5 participants