FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support Gradle version catalog by KengoTODA · Pull Request #394 · actions/setup-java · GitHub

Support Gradle version catalog - #394

Merged
dmitry-shibanov merged 1 commit into
actions:mainfrom
KengoTODA:support-version-catalog
Oct 17, 2022
Merged

Support Gradle version catalog#394
dmitry-shibanov merged 1 commit into
actions:mainfrom
KengoTODA:support-version-catalog

Conversation

Copy link
Copy Markdown
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 requested a review from a team October 17, 2022 08:03
dmitry-shibanov merged commit de1bb2b into actions:main Oct 17, 2022
KengoTODA deleted the support-version-catalog branch October 17, 2022 21:57

Copy link
Copy Markdown
Contributor Author

Thanks for quick merge!

tdfacer pushed a commit to ifit/setup-java that referenced this pull request Oct 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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


Back | FazBrowse Home | New Git URL