|
|
|
|
|
by ptasci67
2592 days ago
|
|
I will +1 that. I like Bazel a lot because it really forces you into a singular way of building a project which is clean and nice. That said, mileage may vary. It was originally built by Google so it has quirks. I find it is best suited for projects with compiled dependencies and large repos. Otherwise, I was going to add that Gradle as a build system is very advanced and improves upon make in many ways. |
|