You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use-case is the development of libraries and plugins. A typical workflow is to modify the code, then deploy to maven local, load it into the notebook, and test after reloading the kernel. The problem is that ivy caches the dependency and in order to reload the new code with the same version, one needs to manually clean it up from the ivy cache.
The solution is either to allow SNAPSHOT-like behavior with a key or to bypass the cache completely for mavenLocal (i think it is the preferable variant).
The text was updated successfully, but these errors were encountered:
The use-case is the development of libraries and plugins. A typical workflow is to modify the code, then deploy to maven local, load it into the notebook, and test after reloading the kernel. The problem is that ivy caches the dependency and in order to reload the new code with the same version, one needs to manually clean it up from the ivy cache.
The solution is either to allow SNAPSHOT-like behavior with a key or to bypass the cache completely for mavenLocal (i think it is the preferable variant).
The text was updated successfully, but these errors were encountered: