Closed ethauvin closed 7 years ago
How can this happen, --checkVersions
already keeps only Maven coordinates:
CheckVersions.kt
:
if (MavenId.isMavenId(dep.id)) {
But it didn't, it just splited the coordinate by :
and made sure there was between 3 and 5 elements. That's why I fixed isMavenId
. You can test it, before and after. You'll see.
See #352