From 58a15e2dc377495b1ca84841dcfc22c00bea02f5 Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Tue, 12 Nov 2024 14:05:14 +0000 Subject: [PATCH] Update Buck (#1115) https://engineering.fb.com/2023/04/06/open-source/buck2-open-source-large-scale-build-system/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fff3e67..a9cea27 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ _Tools that handle the build cycle and dependencies of an application._ - [Apache Maven](https://maven.apache.org) - 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](https://bazel.build) - 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. +- [Buck2](https://github.com/facebook/buck2) - Encourages the creation of small, reusable modules consisting of code and resources. - [Gradle](https://gradle.org) - Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management. ### Bytecode Manipulation