credentials

inline fun <T : Credentials> PluginArtifactRepository.credentials(action: Action<in T>)

Configures the credentials for the PluginArtifactRepository using the provided action.

Receiver

Repository to configure.

Parameters

action

The action used to configure the credentials.

Type Parameters

T

The type of Credentials being configured.