most devs understand how it works and thus the build.gradle is transparent
Cons:
slow (have to disable gradle daemon for correctness, etc)
needlessly complex
large binary dependency
We've tried to replace gradle with a PoC shell script to invoke javac on the packages, it was surprisingly difficult, and that isn't even taking into account the shenanigans that would be necessary to run tests.
What's the deal with Gradle?
Pros:
Cons:
We've tried to replace gradle with a PoC shell script to invoke javac on the packages, it was surprisingly difficult, and that isn't even taking into account the shenanigans that would be necessary to run tests.