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

Releases: AdoptOpenJDK/install-jdk

1.1.1

13 Oct 15:02
2f15d3f
Compare
Choose a tag to compare

Fixes

  • Fixed deprecation warning for set-env command. [GH-10]

1.1.0

09 Apr 23:41
9e8aac9
Compare
Choose a tag to compare

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).

v1.0.0

17 Mar 15:59
Compare
Choose a tag to compare

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.