Added information for java build tool (#2060)
* ant documentation added * Java Build tool readme added * Update content/roadmaps/110-java/content/102-java-build-tools/102-ant.md * Update content/roadmaps/110-java/content/102-java-build-tools/readme.md Co-authored-by: haseebansari <haseeb.ansari@qordata.com> Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2108/head
parent
8e4a7b1cad
commit
484b67b0e9
2 changed files with 6 additions and 2 deletions
@ -1 +1,5 @@ |
||||
# Java build tools |
||||
# Build Tools |
||||
|
||||
A build tool is a program or command-line utility that automates the process of compiling, assembling, and deploying software. |
||||
|
||||
Build tools are not only limited to compiling code; they can also help with package management, dependency handling, and continuous integration systems. |
Loading…
Reference in new issue