Hi, I'm having problems running my JUnit (GroovyTestCase) tests in IntelliJ as IntelliJ don't know anything about my dependencies (which are specified in the gradle build-file).
My thinking right now is that the easiest solution would probably be to let gradle put all the dependencies in ./lib and point IntelliJ to that folder. Is there any easier or better way to solve this problem? (until the IntelliJ plugin for gradle actually reads the dependencies). Also if the "download and put in ./lib"-solution is the way to go I'd appreciate any pointers about how to do it. Maybe there's an example showing something like that done? Best regards, /Leo QBRANCH: CODE http://code.qbranch.se<http://code.qbranch.se/>
