mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
add support for adoptopenjdk binaries
This commit is contained in:
parent
1253a7eed4
commit
db7c9fb180
7 changed files with 149 additions and 47 deletions
|
@ -9,6 +9,11 @@ inputs:
|
|||
Early access versions can be specified in the form of e.g. 14-ea,
|
||||
14.0.0-ea, or 14.0.0-ea.28'
|
||||
required: true
|
||||
vendor:
|
||||
description: 'The vendor to fetch the binary from (adoptopenjdk, zulu).
|
||||
Defaults to adoptopenjdk'
|
||||
required: false
|
||||
default: 'adoptopenjdk'
|
||||
java-package:
|
||||
description: 'The package type (jre, jdk, jdk+fx)'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue