mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
document java-package
This commit is contained in:
parent
8048bbee47
commit
41eb61ad1f
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ steps:
|
|||
```
|
||||
|
||||
### Adopt
|
||||
Input `java-package` is optional and intended to select a packaging variant(subset) of the distor. List of available options is "jdk", "jre", "jdk+fx" or "jre+fx". If the input omiited it is set to "jdk".
|
||||
|
||||
**NOTE:** Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from `adopt` to `temurin` to keep receiving software and security updates. See more details in the [Good-bye AdoptOpenJDK post](https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/).
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue