Gradle support in 9
IDEA 9 has a setting to specify a Gradle home directory, but I can't figure out how to use this to run gradle tasks. There seems to be no documentation on this in the help. Does anyone know how this is supposed to work? I also don't think this is appropriate to be an IDEA wide install setting. The gradle version should be able to be different for different projects just like the Ant version can be.
请先登录再写评论。
Read this blog entry - especially the 2nd paragraph. It seems simple enough. Quite honestly I've never used Gradle, but I am now tempted to try it out. The DSL is very intuitive. I find that the GMaven plugin works very well for me for building Groovy projects.