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

Ignore Invalid Versions #242

Closed
rleibman opened this issue Jun 12, 2021 · 2 comments · Fixed by #244
Closed

Ignore Invalid Versions #242

rleibman opened this issue Jun 12, 2021 · 2 comments · Fixed by #244

Comments

@rleibman
Copy link

I get the following:
[info] com.google.apis:google-api-services-calendar : v3-rev411-1.25.0 -> InvalidVersion(v3-rev99-1.19.0)
Somebody at some point in the google thing created a v3-rev99 version, for some reason, dependencyUpdates thinks that this invalid version is higher than the current version, so I can't tell what the actual latest version is (yeah, argue with google about not using semver, but still, it does say "InvalidVersion").

@rtimush
Copy link
Owner

rtimush commented Jun 27, 2021

The reason was that both versions were considered invalid, and in this case no "smart" comparison logic were applied. I updated the code to allow such versions.

@rleibman
Copy link
Author

Thanks for addressing this!

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

Successfully merging a pull request may close this issue.

2 participants