jchambers / java-otp

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

[CI] Use built-in caching from `setup-java` action #36

Closed valfirst closed 2 years ago

valfirst commented 2 years ago

https://github.com/actions/setup-java#caching-packages-dependencies:

setup-java action has a built-in functionality for caching and restoring dependencies. It uses actions/cache under hood for caching dependencies but requires less configuration settings.

jchambers commented 2 years ago

Thanks for the contribution!