1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-10 15:45:12 -05:00

Update README.md

Removed BuildR, can't recommend this tool since there are way better alternatives that are more in use and more active without resorting to Ruby.
This commit is contained in:
akullpp 2014-07-11 23:28:58 +02:00
parent 2c63f60fdc
commit f609d2d29c

View file

@ -47,7 +47,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
*Tools which handle the buildcycle of an application*
* [Apache Ant](http://ant.apache.org/) - Procedural build configurations via XML files.
* [Apache Buildr](http://buildr.apache.org/) - Perform builds using Ruby scripts.
* [Apache Maven](http://maven.apache.org/) - Declarative lifecycle and dependency managment which favors conventions.
* [Gradle](http://www.gradle.org/) - Incremental builds which are programmed via Groovy.