build.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [build]
www.codever.land/bookmarks/t/build
Apache Maven
Declarative build and dependency management that favors convention over configuration. It might be preferable to Apache Ant, which uses a rather procedural approach and can be difficult to maintain.
Bazel
Tool from Google that builds code quickly and reliably.
Buck
https://github.com/facebook/buck
Encourages the creation of small, reusable modules consisting of code and resources.
- tags: java, build
- :octocat: source code
Gradle
Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management.