-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
bugInstallation and functionality issuesInstallation and functionality issues
Description
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).
breandan and ileasile
Metadata
Metadata
Assignees
Labels
bugInstallation and functionality issuesInstallation and functionality issues