AuthenticationSupported
, PluginRepository
@Incubating public interface MavenPluginRepository extends PluginRepository, AuthenticationSupported
Modifier and Type | Method | Description |
---|---|---|
java.net.URI |
getUrl() |
The base URL of this repository.
|
void |
setUrl(java.lang.Object url) |
Sets the base URL of this repository.
|
authentication, credentials, credentials, getAuthentication, getCredentials, getCredentials
java.net.URI getUrl()
void setUrl(java.lang.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.