mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Added distro to parameters
This commit is contained in:
parent
efa74dc471
commit
adb2754170
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ inputs:
|
||||||
description: 'Path to where the compressed JDK is located. The path could
|
description: 'Path to where the compressed JDK is located. The path could
|
||||||
be in your source repository or a local path on the agent.'
|
be in your source repository or a local path on the agent.'
|
||||||
required: false
|
required: false
|
||||||
|
distro:
|
||||||
|
description: 'The distribution (aoj, aoj_openj9, corretto, dragonwell,
|
||||||
|
liberica, ojdk_build, oracle_open_jdk, sap_machine, zulu).'
|
||||||
|
required: false
|
||||||
server-id:
|
server-id:
|
||||||
description: 'ID of the distributionManagement repository in the pom.xml
|
description: 'ID of the distributionManagement repository in the pom.xml
|
||||||
file. Default is `github`'
|
file. Default is `github`'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue