| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c16064d commit b943a4e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,20 +31,20 @@ This action allows you to work with Java and Scala projects. | |||
| 31 | 31 | ||
| 32 | 32 | - `distribution`: _(required)_ Java [distribution](#supported-distributions). | |
| 33 | 33 | ||
| 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`. | ||
| 35 | 35 | ||
| 36 | 36 | - `architecture`: The target architecture of the package. Possible values: `x86`, `x64`, `armv7`, `aarch64`, `ppc64le`. Default value: Derived from the runner machine. | |
| 37 | 37 | ||
| 38 | 38 | - `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. | |
| 39 | 39 | ||
| 40 | 40 | - `check-latest`: Setting this option makes the action to check for the latest available version for the version spec. | |
| 41 | 41 | ||
| 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". | ||
| 43 | 43 | ||
| 44 | 44 | #### Maven options | |
| 45 | 45 | 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. | |
| 46 | 46 | ||
| 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`. | ||
| 48 | 48 | ||
| 49 | 49 | - `server-id`: ID of the distributionManagement repository in the pom.xml file. Default is `github`. | |
| 50 | 50 | ||
@@ -56,7 +56,7 @@ This action allows you to work with Java and Scala projects. | |||
| 56 | 56 | ||
| 57 | 57 | - `gpg-private-key`: GPG private key to import. Default is empty string. | |
| 58 | 58 | ||
| 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. | ||
| 60 | 60 | ||
| 61 | 61 | - `mvn-toolchain-id`: Name of Maven Toolchain ID if the default name of `${distribution}_${java-version}` is not wanted. | |
| 62 | 62 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments