I am using IDEA - 11.1.1 and gradle - gradle-1.0-milestone-9 (I tried with release candidate 3 also) on windows-7 (if this matters) After importing gradle porject, IDEA complains about String object. I think I am missing something about grrovy configuration. I have also marked - main and test folder as Sources and Test Resources respectively. Did I miss something obvious?

java -vandgroovy -vbuild.gradleI have thegroovyplugin configured and independenciessection I havegroovy "org.codehaus.groovy:groovy-all:1.8.0". Btw, I have generated IntelliJ settings files withgradle idea, but I should work with gradle import in the same way, I presume.