Automated documentation update

This commit is contained in:
github-actions 2022-08-02 21:50:56 +00:00
parent 3c7c5d5c9f
commit 0da2d2f7c6

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