[GRADLE-190] Add tasks for generating IntelliJ files Created: 22/Aug/08 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.9-rc-1 |
Type: | New Feature | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 6 |
Issue Links: |
|
Comments |
Comment by Steve Ebersole [ 19/Jun/10 ] |
This is done now isn't it? Btw, another "nice to have" here would be the ability to load a gradle project that does not have [apply plugin: 'org.gradle.idea'] defined into IntelliJ. Perhaps thats a separate issue. |
Comment by Hans Dockter [ 21/Jun/10 ] |
@Steve It is a more generic issue. And yes, I agree, you should be able to apply plugins from the command line. |
Comment by Hans Dockter [ 21/Jun/10 ] |
@Steve: I have added a Jira for applying plugins from the command line: http://jira.codehaus.org/browse/GRADLE-997 |