Grails Upgrade 2.4.4 to 2.5.2 Error running unit tests: null

柔情痞子 提交于 2019-12-13 02:01:47

问题


I'm upgrading a Grails app from 2.4.4 to 2.5.2 and when I try and run test-app, I'm getting the following:

Error |
Error running unit tests: null
java.lang.AbstractMethodError
    at org.spockframework.runtime.GlobalExtensionRegistry.startGlobalExtensions(GlobalExtensionRegistry.java:105)
    at org.spockframework.runtime.RunContext.start(RunContext.java:63)
    at org.spockframework.runtime.RunContext.get(RunContext.java:165)

Google hasn't been much help. I've done a clean-all, deleted the .grails/2.5.2 folder but just can't track down the root cause.

来源:https://stackoverflow.com/questions/33810722/grails-upgrade-2-4-4-to-2-5-2-error-running-unit-tests-null

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!