Even the "idea" task in gradle fails: $ ./gradlew idea ... FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':geode-core:ideaModule'. > Cannot change dependencies of configuration ':geode-core:antlr' after it has been included in dependency resolution. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 6.515 secs I think we should roll back the commit that upgraded gradle until someone with more gradle+intellij knowledge can fix this for the rest of us. On Mon, May 8, 2017 at 10:46 AM, Kirk Lund <kl...@apache.org> wrote: > Our recent gradle upgrade seems to have broken IntelliJ. I've tried > refreshing from gradle. I've even tried deleting .idea and my IntelliJ > output directory and rebuilding my IntelliJ project in a couple different > ways. > > No matter what I do, it seems to be stuck and IntelliJ refuses to work > now. I'm up-to-date with latest version of IntelliJ as well. > > The only info from IntelliJ is the following: > > Gradle 'geode' project refresh failed > Error:Cannot change dependencies of configuration ':geode-core:antlr' > after it has been included in dependency resolution. > > Anyone else seeing this? Anyone know how to fix this? It's completely > blocking my ability to work right now. > >