mirror of
https://github.com/actions/setup-java.git
synced 2025-07-08 22:10:52 +00:00
Added distro to parameters
This commit is contained in:
parent
efa74dc471
commit
adb2754170
@ -21,6 +21,10 @@ inputs:
|
||||
description: 'Path to where the compressed JDK is located. The path could
|
||||
be in your source repository or a local path on the agent.'
|
||||
required: false
|
||||
distro:
|
||||
description: 'The distribution (aoj, aoj_openj9, corretto, dragonwell,
|
||||
liberica, ojdk_build, oracle_open_jdk, sap_machine, zulu).'
|
||||
required: false
|
||||
server-id:
|
||||
description: 'ID of the distributionManagement repository in the pom.xml
|
||||
file. Default is `github`'
|
||||
|
Loading…
Reference in New Issue
Block a user