All I know of is upgrading Gradle version to 2.14.1 on Aug 2. I just built a new IntelliJ project for Geode myself without any problems. I don't use the "gradle idea" target (is that what you're using?). That produces a project that doesn't work for me. Instead I create a new "Project from Existing Sources" like this:
1) File | New | "Project from Existing Sources..." 2) select your Geode checkout and hit OK 3) select "Import project from external model", select Gradle and hit Next -Kirk On Tue, Aug 16, 2016 at 10:37 AM, Bruce Schuchardt <bschucha...@pivotal.io> wrote: > Has something changed in project dependencies recently? > > I rebuilt my IntelliJ project last Friday and found that there were > missing dependencies that broke my build. The modules geode-web_test, > geode-cq_test, geode-lucene_test, etc, did not have a dependency on > geode-core_test. That gave IntelliJ all sorts of grief until I manually > added them. > >