Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@sophia-guo sophia-guo released this 17 Mar 15:59
· 11 commits to releases/v1 since this release

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.