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
) ?
Asked
Active
Viewed 1,145 times
2

Gregg
- 34,973
- 19
- 109
- 214
-
If it provided value to you, I suspect a pull request to add that feature would be accepted. – davidmc24 Oct 09 '13 at 15:21
1 Answers
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
-
-
4Here in the future with IDEA 15 and we're still using gradle idea to do this stuff because when we let IDEA do it, it breaks the project. – Hakanai Feb 29 '16 at 02:41
-
1
-
Just as an update, they are currently working on this: https://github.com/gradle/gradle/issues/1366 – Gabriel Huff Sep 25 '17 at 06:59