This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfbc3bd
commit 2f15d3f
Showing
4 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### 1.1.1 | ||
|
||
_Released 2020 Oct 13_ | ||
|
||
#### Fixes | ||
|
||
- Fixed deprecation warning for `set-env` command. [[GH-10](https://github.com/AdoptOpenJDK/install-jdk/issues/10)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,7 @@ | ||
### 1.1.0 | ||
### 1.1.1 | ||
|
||
_Released 2020 Apr 10_ | ||
|
||
#### 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](https://github.com/AdoptOpenJDK/install-jdk/issues/1)] | ||
- Added `archiveBasePath` and `useArchiveBasePath` input parameters which allow | ||
specifying the archive layout for custom JDK sources. | ||
_Released 2020 Oct 13_ | ||
|
||
#### Fixes | ||
|
||
- JDK for macOS download from AdoptOpenJDK aren't installed properly. [[GH-3](https://github.com/AdoptOpenJDK/install-jdk/issues/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). | ||
- Fixed deprecation warning for `set-env` command. [[GH-10](https://github.com/AdoptOpenJDK/install-jdk/issues/10)] |