Bazel Blog

Sharing your rc files

You can customize the options Bazel runs with in your ~/.bazelrc, but that doesn't scale when you share your workspace with others.

Checking your Java errors with Error Prone.

We recently open-sourced our support for Error Prone. Error Prone checks for common mistakes in Java code that will not be caught by the compiler.

Visualize your build

Reposted from Kristina Chodorow's blog.

Stickers for Contributors

Tell us about your Bazel project!

We're setting up a list of projects using Bazel. If you'd like us to list your project on bazel.build, send us the following information:

Support for Bash Shell Completion

We just pushed a support for shell completion in the Bourne-Again Shell. It eases the use of Bazel by expanding its commands and the targets to build.

Announcing simplified workspace creation

To create a new workspace, you can now simply create an empty WORKSPACE file in a directory.

Hello World

Welcome to the Bazel blog! We'll be using this forum for news and announcements.