TerabyteQbt / meta

QBT Build Tool - A repository stitcher and dependency management enterprise build framework
https://qbtbuildtool.com
The Unlicense
4 stars 0 forks source link

Replace gradle in standard build process #30

Open terabyte opened 6 years ago

terabyte commented 6 years ago

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.

terabyte commented 6 years ago

Alternative idea: replace with bazel or something else?