This commit is contained in:
Evgenii Korolevskii 2022-12-08 10:41:49 +01:00
parent 43f5042dba
commit d1dae85a6e
2 changed files with 3 additions and 8 deletions

View file

@ -23,7 +23,7 @@ This action allows you to work with Java and Scala projects.
## 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` input to be specified. See more details in [about `.java-version` file](docs/advanced-usage.md#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` input to be specified.
- `java-version-file`: The path to the `.java-version` file. See more details in [about `.java-version` file](docs/advanced-usage.md#Java-version-file).