mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Update README and action.yml to describe java-version syntax
This commit is contained in:
parent
b52cd69bd2
commit
c74a6f8415
2 changed files with 32 additions and 2 deletions
|
@ -5,7 +5,9 @@ author: 'GitHub'
|
|||
inputs:
|
||||
java-version:
|
||||
description: 'The Java version to make available on the path. Takes a whole
|
||||
or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x)'
|
||||
or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x).
|
||||
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
|
||||
java-package:
|
||||
description: 'The package type (jre, jdk, jdk+fx)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue