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

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

Open
1 task done
luceat-lux-vestra opened this issue Nov 7, 2023 · 0 comments

Comments

@luceat-lux-vestra
Copy link

🐛 Describe the bug

It's not working with dependency has dot(.) in their name.

⚠️ 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

@LouisCAD LouisCAD changed the title refreshVersions does not work with some dependencies that has dot(.) in their name. refreshVersionsMigrate does not work with some dependencies that has dot(.) in their name. Nov 7, 2023
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

1 participant