Re: Revert recent Gradle upgrade

2018-06-21 Thread Jianxia Chen
The long build time might be due to the old version of gradle daemon (pre 4.8). Try kill it if you have one running. On Thu, Jun 21, 2018 at 1:42 PM Jacob Barrett wrote: > I am suffering quite the opposite with 8.4 and seeing much longer build > times and rebuilds on things that have not changed

Re: Revert recent Gradle upgrade

2018-06-21 Thread Jacob Barrett
I am suffering quite the opposite with 8.4 and seeing much longer build times and rebuilds on things that have not changed. > On Jun 21, 2018, at 12:47 PM, Jens Deppe wrote: > > I have a fix which I think will resolve the current problems: > https://github.com/apache/geode/pull/2074 (currently

Re: Revert recent Gradle upgrade

2018-06-21 Thread Jens Deppe
I have a fix which I think will resolve the current problems: https://github.com/apache/geode/pull/2074 (currently running precheckin). It does require deferring IntelliJ's build to gradle (which may slow some tasks down a bit) but will at least let you continue to work. The perceived slowdown sh