docs changed

This commit is contained in:
Evgenii Korolevskii 2022-12-01 23:44:54 +01:00
commit 40987513b8
2 changed files with 19 additions and 1 deletions

View file

@ -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).