ivy

abstract fun ivy(@DelegatesTo(value = IvyArtifactRepository::class) closure: Closure): IvyArtifactRepository(source)

Adds and configures an Ivy repository. Newly created instance of IvyArtifactRepository is passed as an argument to the closure.

Return

The added repository.

Parameters

closure

The closure to use to configure the repository.


Adds and configures an Ivy repository.

Return

The added repository.

Parameters

action

The action to use to configure the repository.