This repository was archived by the owner on May 8, 2024. It is now read-only.
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).