From 41eb61ad1fbb52364daa429bbc666e9f69d9fd93 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 21 Sep 2022 06:52:16 +0200 Subject: [PATCH] document java-package --- docs/advanced-usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index befe52df..cb964a1d 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -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