Automated documentation update (#77)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2022-08-03 19:11:13 +00:00 committed by GitHub
parent 145f26f8b2
commit dc05c2413a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 | - |
---