I have a project I’m trying to convert to gradle. I can create the Idea project files with the Idea plugin, and it works fine. If I update the dependencies in the build.gradle file and rerun “gradle idea”, the module dependencies update fine.
However, if I’ve created artifacts in IDEA, like an exploded war, “gradle idea” does not update those dependencies. It’s the same issue that was reported at http://youtrack.jetbrains.com/issue/IDEA-71875 about a year ago. This feels like a plugin issue and not an Idea issue, so I wanted to see if anyone in Gradle land has run across this.
Thanks,
Steve Saliman