aboutsummaryrefslogtreecommitdiff
path: root/src/java
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-03 22:11:13 +0300
committerGitHub <noreply@github.com>2022-08-03 22:11:13 +0300
commitdc05c2413a2b55c7bbee7dcbcde5e2220927f5f3 (patch)
tree5ec229a4236c3f02042129b6a195fd31d3c594b9 /src/java
parent145f26f8b27ed61667c759d3eebad71778773d78 (diff)
Automated documentation update (#77)
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/java')
-rw-r--r--src/java/README.md2
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 | - |
---