Splitties / refreshVersions

Life is too short to google for dependencies and versions
https://splitties.github.io/refreshVersions/
MIT License
1.63k stars 107 forks source link

refreshVersionsMigrate does not work with some dependencies that has dot(.) in their name. #710

Open luceat-lux-vestra opened 7 months ago

luceat-lux-vestra commented 7 months ago

⚠️ Current behavior

implementation("org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:1.16") -> original

implementation(libs.log4jdbc.log4j2.jdbc4.1) -> problem occurs after run the gradle gradle refreshVersionsMigrate --mode=VersionCatalogAndVersionProperties I tried various modes but doesn't help.

✅ Expected behavior

No problems at all, works fine.

💣 Steps to reproduce

add some dependencies like implementation("org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:1.16") run the command like gradle refreshVersionsMigrate --mode=VersionCatalogAndVersionProperties

📱 Tech info