This repository was archived by the owner on May 8, 2024. It is now read-only.
Releases: AdoptOpenJDK/install-jdk
Releases · AdoptOpenJDK/install-jdk
1.1.1
1.1.0
Improvements
- Clarified
sourceType
inference and added a parameter to explicitly set it. - Added
buildType
source type to support different JDK build types out of the
box. [GH-1] - Added
archiveBasePath
anduseArchiveBasePath
input parameters which allow
specifying the archive layout for custom JDK sources.
Fixes
- JDK for macOS download from AdoptOpenJDK aren't installed properly. [GH-3]
- The newly added
archiveBasePath
parameter defaults to/Contents/Home/
on
macOS to support OpenJDK builds from Oracle, and OpenJDK and OpenJ9 builds
from AdoptOpenJDK out of the box.
- The newly added
- Made the toolcache aware of the JDK implementation used (
impl
input
parameter).
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.