Intellij 14 won't import gradle dependencies

In IntelliJ IDEA 14.1.4, I am working on a large Java EE project that is built with Gradle. However, when I open IDEA and try to import the project from Gradle, the dependencies are not imported (i.e. they are not shown in the project settings and I cannot run tests or compile anything). I have tried running gradle idea

, both from the command line and from within IDEA, and also updating my Gradle projects. I have fulfilledrm -rf ~/.IdeaIC14/

before resetting my settings, just in case anything in my IDEA Gradle settings was disgusting and I even went so far as to reinstall IDEA, to no avail. My entire office is running the same version of IDEA and no one else seems to have encountered this issue and we are all working on the same codebase with the same Gradle build files. Any ideas as to what might do this?

+3


source to share





All Articles