UrlArtifactRepository

A repository that supports resolving artifacts from a URL.

Since

6.0

Inheritors

Functions

Link copied to clipboard
Specifies whether to continue checking other repositories if this repository is disabled due to connection or communication errors.
Link copied to clipboard
Specifies whether it is acceptable to communicate with a repository over an insecure HTTP connection.
Link copied to clipboard
Added for Kotlin source compatibility.
Link copied to clipboard
abstract fun getUrl(): Property<URI>
The base URL of this repository.
Link copied to clipboard
abstract fun setUrl(url: Any)
Sets the base URL of this repository.