-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
biometric_storage does not build with Java 21 #117
Comments
since the code is all kotlin, this should be a pretty minor change.. feel free to provide a PR, I should be able to review it pretty quickly.. |
thanks, i actually haven't tested it (yet), maybe you could give |
@hpoul 5.1.0-rc.4 works fine in a Java 21 only and a 17 only project now! When will 5.1.0 be released? |
it still gives me an error |
We are upgrading our project to Java 21 and the only package that is causing issues is biometric_storage.
Yes, a possible workaround is to have both JDK 17 and 21 installed via gradle toolchains, but it would be very nice to need only one, e.g. for CI/CD.
Please check if you can make biometric_storage work with Java 17 and up instead of explicitly requiring 17.
The text was updated successfully, but these errors were encountered: