On Thu, Jan 11, 2018 at 8:43 AM, Romain Manni-Bucau <rmannibu...@gmail.com> wrote:
> 2. gradle build doesn't use the same output directory than maven so it is > not really smooth to have both and have to maintain both > I also have an opinion on this. It is useful and reasonable to be able to build even when the source is on a read-only filesystem. Maven's defaults are undesirable and require workarounds. We shouldn't mimic the behavior, but actually should set gradle up to build to a directory outside the source tree always, if we can. Kenn