added description about Ant build tool (#21202)
This commit is contained in:
committed by
Paul Gamble
parent
e4a2cf16b1
commit
4e14def324
@ -10,6 +10,10 @@ Gradle build scripts can be written in Groovy or Kotlin and are highly customiza
|
||||
## Maven
|
||||
Maven build files are written with XML. Like Gradle, many plugins are written for Maven to customize your builds, however Maven is not as customizable because you cannot directly interact with a Maven API. However, you can modify certain configurations by modifying your settings.xml file in the .m2 folder. More info available [here](https://maven.apache.org/settings.html)
|
||||
|
||||
|
||||
## Ant
|
||||
Ant was one of the first build tool which got popular in 2000s to be one of the highest used build tool for java based projects. It was very easy to learn and was based on procedural programming paradigm. In Ant XML format was used to write the build scripts.
|
||||
|
||||
### More Information:
|
||||
https://gradle.org/
|
||||
|
||||
@ -18,3 +22,5 @@ https://en.wikipedia.org/wiki/Gradle
|
||||
https://maven.apache.org/what-is-maven.html
|
||||
|
||||
https://en.wikipedia.org/wiki/Apache_Maven
|
||||
|
||||
https://en.wikipedia.org/wiki/Apache_Ant
|
||||
|
Reference in New Issue
Block a user