You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that #211 reminded me is that once we have that,
I want to look at whether all dependencies with a common prefix share a common version,
and automatically suggest to add something like PrefixRule("ktor", "io.ktor", null),
I opened a small PR to demo how we could simplify configuring the rules
#581
My vue (stolen from the Perl community) is that:
Rules files do the second half right, the first half not so much.
We have issues like #575 that show people would like for a way to avoid/simplify need for rules files.
I did a GitHub code search on
refreshVerisons.extraArtifactVersionKeyRules
see here and only 4 people have configured one during the last month.If you look at the rules we have, some are powerful like in
AndroidX
but most rules are super simple and could be modeled this way:That would not change anything fundamental for refreshVersions, the
PrefixRule
would simply be converted to a rules file in the background.(I started to write this code already, it works)
Things to consider
The text was updated successfully, but these errors were encountered: