@@ -14,19 +14,19 @@ Introduced: v8.0.0
1414
1515| Name | Type | Default | Description | Allowed values |
1616| --------------------- | --------------- | ------- | --------------------------------------------------- | ------------------ |
17- | version | String | | Java version to install |
18- | url | String | | The URL to download from |
19- | checksum | String | | The checksum for the downloaded file |
20- | java_home | String | | Set to override the java_home |
21- | java_home_mode | Integer, String | | The permission for the Java home directory |
22- | java_home_owner | String | | Owner of the Java Home |
23- | java_home_group | String | | Group for the Java Home |
24- | default | Boolean | | Whether to set this as the defalut Java |
25- | bin_cmds | Array | | A list of bin_cmds based on the version and variant |
26- | alternatives_priority | Integer | | Alternatives priority to set for this Java |
27- | reset_alternatives | Boolean | | Whether to reset alternatives before setting |
28- | pkg_names | Array | | List of packages to install |
29- | pkg_version | String | | Package version to install |
17+ | version | String | | Java version to install | |
18+ | url | String | | The URL to download from | |
19+ | checksum | String | | The checksum for the downloaded file | |
20+ | java_home | String | | Set to override the java_home | |
21+ | java_home_mode | Integer, String | | The permission for the Java home directory | |
22+ | java_home_owner | String | | Owner of the Java Home | |
23+ | java_home_group | String | | Group for the Java Home | |
24+ | default | Boolean | | Whether to set this as the defalut Java | |
25+ | bin_cmds | Array | | A list of bin_cmds based on the version and variant | |
26+ | alternatives_priority | Integer | | Alternatives priority to set for this Java | |
27+ | reset_alternatives | Boolean | | Whether to reset alternatives before setting | |
28+ | pkg_names | Array | | List of packages to install | |
29+ | pkg_version | String | | Package version to install | |
3030| install_type | String | | Installation type | ` package ` ` source ` |
3131
3232## Examples
0 commit comments