我正在从 https://github.com/synergyj/grails-spring-social-core为 Spring Social 运行 grails 插件
当我尝试运行该应用程序时,它会引发以下错误
Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- org.grails.plugins:spock:0.6-SNAPSHOT
我已经包括了mavenRepo "http://m2repo.spockframework.org/snapshots"
和test(":spock:0.6-SNAPSHOT") { export = false }
我该如何解决这个问题?