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

A version bump to a runtimeOnly dependency does not mark module as affected #207

Open
roded opened this issue Mar 14, 2023 · 2 comments
Open

Comments

@roded
Copy link

roded commented Mar 14, 2023

I have a module with a runtimeOnly dependency. When bumping that dependency's version, AMD does not mark the module as affected. However, if the same dependency is changed to the implementation configuration AMD picks it up.

Is this intended?

@roded
Copy link
Author

roded commented Mar 14, 2023

I think that the issue is that this plugin does not play nice with Gradle version catalog toml files which do not reside in the project.

@edenman
Copy link
Contributor

edenman commented Apr 23, 2023

fwiw I got around this by doing pathsAffectingAllModules = setOf("gradle/libs.versions.toml"). Annoying, but works great

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

No branches or pull requests

2 participants