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..