This repository has been archived by the owner on May 8, 2024. It is now read-only.
v1.0.0
Initial release of install-jdk. A GitHub Action to automatically
download and setup JDKs for use in workflows.
This action is based on the actions/setup-java
action by GitHub which works perfectly fine for simple workflows but does not
scale and lacks configurability.
JDKs are downloaded from AdoptOpenJDK.
For usage information please refer to README.md.