Bazel and Gradle Co-exist a.k.a. Can't we all just get along?
After reviewing Buck in a previous post,
it was time to check out Bazel. Bazel is the open-source version of Google's internal Blaze build system (and for the record,
Buck was inspired by Blaze).
I'm going to have a few posts about Bazel in the journy to convert a project into Bazel from Gradle.