@Incubating public interface MavenPluginRepository extends PluginRepository, AuthenticationSupported
| Modifier and Type | Method and Description | 
|---|---|
| URI | getUrl()The base URL of this repository. | 
| void | setUrl(Object url)Sets the base URL of this repository. | 
authentication, credentials, credentials, getAuthentication, getCredentials, getCredentialsURI getUrl()
void setUrl(Object url)
The provided value is evaluated relative to the build's directory. This
 means, for example, you can pass in a File object, or a relative path to be
 evaluated relative to the directory of the settings.gradle file in which this
 repository is declared.
url - The base URL.