diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-09-24 00:35:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 00:35:59 +0300 |
commit | 091aa5082aded7b27697f34d223978bd02019582 (patch) | |
tree | 81d3413e512ae2fc65ebfbb3204a5bd28c25ae2e | |
parent | 3a28652790def9f3172561fa2907191bf5c0cab0 (diff) |
Automated documentation update (#179)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/java/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/README.md b/src/java/README.md index 2b13b3a..0ddda2a 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -18,6 +18,7 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select or enter a Java version to install | string | latest | +| jdkDistro | Select or enter a JDK distribution | string | ms | | installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | - | | installMaven | Install Maven, a management tool for Java | boolean | - | |