2

I looked at the documentation and didn't see a way to do this. Is there a way to tell the gradle idea task to create the directory project structure (.idea) rather than the project/module files (ipr, iml, iws) ?

Gregg
  • 34,973
  • 19
  • 109
  • 214

1 Answers1

1

No, there is no way. IDEA 13 will ship with greatly improved Gradle support, at which point Gradle's idea tasks will likely become less important.

Peter Niederwieser
  • 121,412
  • 21
  • 324
  • 259