nest.repository.support Documentation TaskDoc JavaDoc Packages
Gets a dependency filter that limits the dependencies to the specified kinds. The task creates a dependency filter that filters out any dependencies that aren't declared with any of the configured dependency kinds. The task result can be used with the nest.dependency.resolve() task.
Summary
Parameters
Kinds
Required parameter.
Specifies the list of dependency kinds that should be used to filter out dependencies with other kinds.
Parameters
Collection of String
Aliases:
Kind
Required parameter.
Specifies the list of dependency kinds that should be used to filter out dependencies with other kinds. Any dependency that is not specified with any of the kind that is specified as an input will be not part of the dependency resolution. Specifying no kinds (i.e. empty list) will result in all dependencies being filtered out. It can be useful if one wants to only resolve the versions of a bundle.