简体   繁体   中英

Grails - Upgrading from 2.4.5 to 2.5.5 resulting in Error running unit tests: null

I'm trying to upgrade a Grails app from 2.4.5 to 2.5.5. When I run test-app , I'm getting the following:

Error running unit tests: null
java.lang.AbstractMethodError
       at org.spockframework.runtime.GlobalExtensionRegistry.startGlobalExtensions(GlobalExtensionRegistry.java:105)

The clover plugin was the culprit. Upgrading it from version 4.0.2 to version 4.1.2 made the error go away.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM