public interface AuthenticationSupported
Modifier and Type | Method and Description |
---|---|
void |
credentials(Closure closure)
Configure the Credentials for this repository using the supplied Closure.
|
PasswordCredentials |
getCredentials()
Provides the Credentials used to authenticate to this repository.
|
PasswordCredentials getCredentials()
void credentials(Closure closure)
repositories { maven { credentials { username = 'joe' password = 'secret' } } }