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
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
The text was updated successfully, but these errors were encountered:
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
🐛 Describe the bug
It's not working with dependency has dot(.) in their name.
implementation("org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:1.16")
-> originalimplementation(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
The text was updated successfully, but these errors were encountered: