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

T

The type of Credentials being configured.

action

The action used to configure the credentials.