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
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
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
I think we should revert the recent Gradle upgrade. This change apparently
causes IntelliJ to not be able to build Geode which prevents us from
running any Tests in the IDE.
I'd prefer to fix how IntelliJ works with our project but we cannot be
without the ability to debug tests. I don't know enou