Details
Description
We have repeatedly seen the following problem with the Grails Spock plugin:
User installs/updates plugin version 0.4-SNAPSHOT, but doesn't get the latest version of plugin dependency spock-core-0.4-SNAPSHOT, resulting in a NoSuchMethodError or similar exception. The problem is possibly related to this Ivy bug: https://issues.apache.org/jira/browse/IVY-938. Might be a good idea to update as soon as a new Ivy version is out.
Issue Links
- is duplicated by
-
GRAILS-7203
SNAPSHOT dependencies from Maven plugins are never checked for updates
-
I just hit this problem too. It was with some libraries in our in-house repository. The snapshots were never updated after the first retrieval. To be clear, this happens with anything ivy is fetching.