The next Maia EAP brings you massive changes in Groovy, Grails, Griffon, Gant & Gradle support, mostly affecting framework configuration.
First, Grails/Griffon application options are available when you create a project or a module:
You may also choose to import an application from existing sources:
Earlier, you needed Gant & Gradle in module dependencies to run build scripts — quite awkward, because the way you are building your project should not affect its classpath. Now, we have per-project settings for Gant & Gradle:
Also, you can now write Groovy code and get full c
Groovy-related Configuration Changes
by