andresteingress / gcontracts

GContracts: Programming by Contract for Groovy
http://gcontracts.org
114 stars 11 forks source link

NPE with Grails and IntelliJ EAP 12.1 and 13 #44

Closed mgryszko closed 11 years ago

mgryszko commented 11 years ago

After adding GContracts to Grails BuildConfig I get the following message when the dependencies are being downloaded:

IDEA hook: Grails not found!
| Error java.lang.NullPointerException
| Error     at org.jetbrains.groovy.grails.rt.Agent$2.run(Agent.java:135)
| Error     at java.lang.Thread.run(Thread.java:680)

Grails version: 2.2.4 IntelliJ versions: 12.1 - build 129.1135, 13 - build 132.106

mgryszko commented 11 years ago

I put accidentally GContracts dependency in the plugins section, so the error.