diff options
author | github-actions <github-actions@github.com> | 2022-08-03 01:34:51 +0300 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2022-08-03 01:34:51 +0300 |
commit | 1ef53aefc81bf007b3d3c0f8445581a382a49867 (patch) | |
tree | a11961bb5cdb7f36412bd07f33282025d2ce76ca | |
parent | 73db1be5838cc7b71e083819cb50c25b210a6bdc (diff) |
Automated documentation updateautomated-documentation-update-2785642212
-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 | - | --- |