Represents a Maven repository which contains Gradle plugins.
Methods inherited from class | Name |
---|---|
interface AuthenticationSupported |
authentication, credentials, credentials, getAuthentication, getCredentials, getCredentials |
The base URL of this repository. This URL is used to find Gradle plugins.
Sets the base URL of this repository. This URL is used to find Gradle plugins.
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.