Description
As mentioned on this thread, it is not possible to specify the Ivy 'changing' attribute via @Grab. It is, however, possible on the Grape.grab(...) method call (as mentioned in the wiki).
changing: - <boolean>, default false - Whether the artifact can change without it's version designation changing.
The suggested fix is to add a boolean changing attribute to the @Grab annotation and pass this through to the Grape.grab() call.