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

fixed issues with VersionUtil on 1.18.2 #13

Merged
merged 1 commit into from Jun 25, 2022
Merged

Conversation

its-c10
Copy link
Contributor

@its-c10 its-c10 commented Jun 25, 2022

I'm using the library on 1.18.2. I was getting the IllegalArgumentException in VersionUtil line 58 (When it was using VersionEnum#valueOf). The string that was being passed through was "v1.18" instead of "V1.18". Fixed this by ensuring that the string is always uppercased. Also fixed VersionEnum 1.19 constant (Changed from "v1.19" to "V1.19" to mimic the rest of the constants)

@unldenis
Copy link
Owner

LGTM

@unldenis unldenis merged commit 36a60b4 into unldenis:master Jun 25, 2022
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 this pull request may close these issues.

None yet

2 participants