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

1.1.0

Compare
Choose a tag to compare
@TheMrMilchmann TheMrMilchmann released this 09 Apr 23:41
· 38 commits to master since this release
9e8aac9

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 and useArchiveBasePath 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.
  • Made the toolcache aware of the JDK implementation used (impl input
    parameter).