Skip to content

Commit b943a4e

Browse files
CyberFlameGOIvan Zosimov
and
Ivan Zosimov
authoredJul 31, 2023
fix typo and remove unintentional(?) word (#518)
* fix typo and remove unintentional(?) word * docs: fix typo in the Readme.md --------- Co-authored-by: Ivan Zosimov <[email protected]>
1 parent c16064d commit b943a4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ This action allows you to work with Java and Scala projects.
3131

3232
- `distribution`: _(required)_ Java [distribution](#supported-distributions).
3333

34-
- `java-package`: The packaging variant of the choosen distribution. Possible values: `jdk`, `jre`, `jdk+fx`, `jre+fx`. Default value: `jdk`.
34+
- `java-package`: The packaging variant of the chosen distribution. Possible values: `jdk`, `jre`, `jdk+fx`, `jre+fx`. Default value: `jdk`.
3535

3636
- `architecture`: The target architecture of the package. Possible values: `x86`, `x64`, `armv7`, `aarch64`, `ppc64le`. Default value: Derived from the runner machine.
3737

3838
- `jdkFile`: If a use-case requires a custom distribution setup-java uses the compressed JDK from the location pointed by this input and will take care of the installation and caching on the VM.
3939

4040
- `check-latest`: Setting this option makes the action to check for the latest available version for the version spec.
4141

42-
- `cache`: Quick [setup caching](#caching-packages-dependencies) for the dependencies managed through one of the predifined package managers. It can be one of "maven", "gradle" or "sbt".
42+
- `cache`: Quick [setup caching](#caching-packages-dependencies) for the dependencies managed through one of the predefined package managers. It can be one of "maven", "gradle" or "sbt".
4343

4444
#### Maven options
4545
The action has a bunch of inputs to generate maven's [settings.xml](https://maven.apache.org/settings.html) on the fly and pass the values to Apache Maven GPG Plugin as well as Apache Maven Toolchains. See [advanced usage](docs/advanced-usage.md) for more.
4646

47-
- `overwrite-settings`: By default action overwrites the settings.xml. In order to skip generation of file if it exists set this to `false`.
47+
- `overwrite-settings`: By default action overwrites the settings.xml. In order to skip generation of file if it exists, set this to `false`.
4848

4949
- `server-id`: ID of the distributionManagement repository in the pom.xml file. Default is `github`.
5050

@@ -56,7 +56,7 @@ This action allows you to work with Java and Scala projects.
5656

5757
- `gpg-private-key`: GPG private key to import. Default is empty string.
5858

59-
- `gpg-passphrase`: description: Environment variable name for the GPG private key passphrase. Default is GPG_PASSPHRASE.
59+
- `gpg-passphrase`: Environment variable name for the GPG private key passphrase. Default is GPG_PASSPHRASE.
6060

6161
- `mvn-toolchain-id`: Name of Maven Toolchain ID if the default name of `${distribution}_${java-version}` is not wanted.
6262

0 commit comments

Comments
 (0)
Please sign in to comment.