diff options
author | github-actions <github-actions@github.com> | 2022-08-03 00:50:56 +0300 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2022-08-03 00:50:56 +0300 |
commit | 0da2d2f7c68da5589be6c8e99e52c5d8d962684c (patch) | |
tree | a11961bb5cdb7f36412bd07f33282025d2ce76ca /src/java/README.md | |
parent | 3c7c5d5c9f141c1553757e399e00d2a88b28249b (diff) |
Automated documentation updateautomated-documentation-update-2785449116
Diffstat (limited to 'src/java/README.md')
-rw-r--r-- | src/java/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/java/README.md b/src/java/README.md index b56b19b..e7832db 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -18,6 +18,8 @@ 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 | lts | +| install_gradle | Install Gradle, a build automation tool for multi-language software development | boolean | - | +| install_maven | Install Maven, a management tool for Java | boolean | - | --- |