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

Keeping versions in sync. with those in buildSrc/build.gradle.kts is prone to errors #414

Open
alexander-yevsyukov opened this issue Oct 23, 2022 · 0 comments
Labels
tech. debt What made us slow in dev?

Comments

@alexander-yevsyukov
Copy link
Contributor

For some of the dependencies we have versions put into buildSrc/build.gradle.kts.

Even though there are comments saying about synching these versions with those declared in the dependency objects AND comments in the dependency objects saying that too, it's too easy to forget about this.

Even if you don't forget about it, it takes much time to find the dependency and put the same value.

We need to avoid this duplication or, at least, have an automated check that checks that the versions are in sync.

@alexander-yevsyukov alexander-yevsyukov added the tech. debt What made us slow in dev? label Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech. debt What made us slow in dev?
Projects
None yet
Development

No branches or pull requests

1 participant