@upthewaterspout The plugin generates .iml, .ipr files used by old versions of IntelliJ. The plugin does not give a way to create or modify the currently-used XML files that live inside of the <root>/.idea directory.
+1 to removal of the idea plugin. On Wed, Apr 3, 2019 at 3:22 PM Dan Smith <dsm...@pivotal.io> wrote: > I was under the impression that intellij's import actually used some of the > information in the idea{} blocks in the build. See > https://docs.gradle.org/current/userguide/idea_plugin.html. > > But if the import works well without that extra configuration, I think we > should get rid of it. > > -Dan > > On Wed, Apr 3, 2019 at 2:32 PM Michael Oleske <mole...@pivotal.io> wrote: > > > I tend to import into Intellij the way you have described. I've never > > used ./gradlew > > idea to configure. > > > > -michael > > > > On Wed, Apr 3, 2019 at 2:24 PM Patrick Rhomberg <prhomb...@apache.org> > > wrote: > > > > > I'm eyeballing the ide.gradle file we have and am wondering if it is > > cruft > > > from many iterations of both Gradle and IntelliJ/Eclipse ago. > > > > > > In my own IntelliJ workflow, I have always just asked IntelliJ to open > > the > > > gradle project via the build.gradle itself, and it's easy to import > other > > > modules into my workspace via Import Module from Existing Sources... > > I've > > > never had to deal with running ./gradlew idea to configure a project > IML > > > which I needed to merge against another project file. > > > > > > Is this the workflow others are using? Or is the idea plugin here a > > > hanger-on that should be removed as no longer necessary? > > > > > > Also, as an IntelliJ user, I have zero experience on how the workflow > for > > > Eclipse is similar or different. The closures in our ide.gradle appear > > to > > > be similar, but I don't have the Eclipse-side context to confirm or > deny > > > that. > > > > > > Thanks in advance for any additional insight. > > > > > > Imagination is Change. > > > ~Patrick > > > > > >