Support Gradle version catalog by KengoTODA 路 Pull Request #394 路 actions/setup-java (original) (raw)
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:
Check list:
- Mark if documentation changes are required.
- Mark if tests were added or updated to cover the changes.