Skip to content

Add option to bypass ivy cache for dependencies #121

@altavir

Description

@altavir

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugInstallation and functionality issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions