Marty Pitt

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Marty Pitt commented, -
Marty Pitt created a post, Getting started: Gradle / Grails : Resolving dependencies
HiI'm just getting started doing my first Gradle / Grails project, so this is a newb question.I see that IntelliJ 10 has support for gradle -- to what extent does this cover declared dependencies?H... -
Marty Pitt created a post, Enabling java refactoring within Groovy editor
HiWhen I'm within a groovy class, and refer to a property / field on java class that doesn't exist, is there a way to enable the create property refactoring?Eg:// Inside Foo.groovyvoid method(){ ...