|
|
|
|
|
by letientai299
3033 days ago
|
|
I can speak for Java only. Most of my Java project, which are using Spring Boot and lots of libraries, gradle (previous is maven) works just fine. If there's any build issue, assume that it's not compilation issue, I just delete the `build/` and `.gradle` folders, then `./gradlew clean build` again. I've took a hard look as bazel, for what they claim to be fast, correct, but the complicated setup and document just put me off. Why should we consider bazel over gradle or maven for Java, or any other JVM languages? |
|