Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Check for libs.versions.toml in any directory #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

egor-n
Copy link

@egor-n egor-n commented Sep 3, 2023

Checklist

  • I've read and followed the Contribution Guidelines
  • step.yml and README.md is updated with the changes (if needed)

Version

Requires a MINOR version update

Context

There's no restriction for the libs.versions.toml file to be inside the gradle directory.

Changes

Change the key from **/gradle/libs.versions.toml to **/libs.versions.toml.

Related PRs

bitrise-steplib/bitrise-step-restore-gradle-cache#10

There's no restriction for the libs.versions.toml file to be inside the `gradle` directory.
@cpaleop
Copy link

cpaleop commented Sep 20, 2023

👋🏻 Hello! I would also like to point out that there can be multiple versions.toml files in a project which can add external dependencies to the build.

If acceptable then it could be included in this PR if ofc the corresponding parties agree!

@carlonzo
Copy link

carlonzo commented Mar 9, 2024

oh well, I could also argue that a catalog file could be named anything. not only libs.versions.toml

@carlonzo
Copy link

carlonzo commented Mar 9, 2024

given the above points, I am also wondering why the cache should be invalidated if anything in the toml file changed?

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.

3 participants