mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
update readme
This commit is contained in:
parent
40987513b8
commit
4f2a9f7294
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ This action allows you to work with Java and Scala projects.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
- `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.
|
- `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 in [about `.java-version` file](docs/advanced-usage.md#Java-version-file).
|
||||||
|
|
||||||
- `distribution`: _(required)_ Java [distribution](#supported-distributions).
|
- `distribution`: _(required)_ Java [distribution](#supported-distributions).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue