Migrating Airbnb’s JVM Monorepo to Bazel
Airbnb yanked tens of millions of lines of Java, Kotlin, and Scala out of Gradle and dropped them intoBazel. Why? Faster builds, reproducible results, and smoother dev workflows. They didn’t just swap tools—they rewired the whole thing. A customautomated build file generatornow slices up targets fi..