diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-01-19 00:42:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 00:42:35 +0300 |
commit | 24b33c5f79a38684a4433fcb1310db256b264c00 (patch) | |
tree | cc10c09e44f4226acece0620d54b2355824a9ca2 | |
parent | d78a1534925e7e424355d214c683e946cbb97d05 (diff) |
Automated documentation update (#410)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-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 f3e35e3..e74cd5a 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -21,6 +21,8 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies. | gradleVersion | Select or enter a Gradle version | string | latest | | installMaven | Install Maven, a management tool for Java | boolean | false | | mavenVersion | Select or enter a Maven version | string | latest | +| installAnt | Install Ant, a software tool for automating software build processes | boolean | false | +| antVersion | Select or enter an Ant version | string | latest | ## License |