jchambers / java-otp

A one-time password (HOTP/TOTP) library for Java
MIT License
456 stars 122 forks source link

[CI] Use LTS and latest JDK versions #38

Closed valfirst closed 2 years ago

jchambers commented 2 years ago

I just pushed an update so tests will run automatically for external contributions; could you please rebase this on master so we can run tests before merging?

Thanks!

valfirst commented 2 years ago

@jchambers I've rebased the changes, the build on JDK 18 fails because of outdated maven plugins. I've created one more PR (https://github.com/jchambers/java-otp/pull/39) that will help to enable automated dependency updates.

jchambers commented 2 years ago

Thank you for the contribution.