Re: Extremely long IntelliJ Gradle refresh times

2019-01-09 Thread Jens Deppe
Jake helped me figure this out... Turned out I had shiro artifacts in my local maven cache (in addition to gradle cache). I'm not sure exactly *how* the maven shiro artifact was broken, but after deleting ~/.m2/repository/org/apache/shiro, everything started to work again. On Wed, Jan 9, 2019 at

Re: Extremely long IntelliJ Gradle refresh times

2019-01-09 Thread Jens Deppe
Maybe it's just my system, but this commit seems to have introduced the problem for me: 411b22cdd1d87f1c55f81de948ff36f421a893af - GEODE-6198: Add geode-all-bom for dependency versioning (#2995) As an aside (but possibly related) a get a bunch of these messages during a build: [Fatal Err

Re: Extremely long IntelliJ Gradle refresh times

2019-01-09 Thread Jacob Barrett
I had a similar issue about 3 months ago where Gradle would just crawl. I tried many things with no luck. Eventually I just deleted all the Gradle ‘build’ directories and the Gradle cache and problem went away. -Jake > On Jan 9, 2019, at 6:23 AM, Nabarun Nag wrote: > > I have not experience

Re: Extremely long IntelliJ Gradle refresh times

2019-01-09 Thread Nabarun Nag
I have not experienced this but , for it does take a long time (but not 60min) after an IntelliJ update or invalidating IntelliJ caches. That time it indexes all the Java , maven and gradle caches , sources and jars. Subsequent refreshes are faster. Also increasing IntelliJ memory to 8g helps. Re