littlerobots / version-catalog-update-plugin

Gradle plugin for updating a project version catalog
Apache License 2.0
565 stars 23 forks source link

Yeah this is kind of tricky and these naming rules have been relaxt a bit for different Gradle versions, which version are you on? #91

Closed S0725748 closed 2 years ago

S0725748 commented 2 years ago
    Yeah this is kind of tricky and these naming rules have been relaxt a bit for different Gradle versions, which version are you on? 

The naming strategy is pretty simple now and could probably be updated a bit to make sure none of the generated names end with these reserved words. (because it would clash or whatever) The question is what to change in that case 🤔

One solution could be just to drop the offending part, or if that is not possible (because it would clash or whatever) add something to it

Originally posted by @hvisser in https://github.com/littlerobots/version-catalog-update-plugin/issues/23#issuecomment-1033987081