mirror of
https://github.com/actions/setup-java.git
synced 2025-07-01 05:14:17 +00:00
docs changed
This commit is contained in:
parent
6d0f35f2d4
commit
40987513b8
2 changed files with 19 additions and 1 deletions
|
@ -23,7 +23,7 @@ This action allows you to work with Java and Scala projects.
|
|||
|
||||
## Usage
|
||||
|
||||
- `java-version`: _(required)_ The Java version to set up. Takes a whole or [semver](#supported-version-syntax) Java version.
|
||||
- `java-version`: The Java version to set up. Takes a whole or [semver](#supported-version-syntax) Java version. If not specified, the action will expect `.java-version` file to be in the repository root. See [more details](docs/advanced-usage.md#Java-version-file) in about `.java-version` file.
|
||||
|
||||
- `distribution`: _(required)_ Java [distribution](#supported-distributions).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue