PluginArtifactRepository

@Inject
constructor(objects: ObjectFactory, instantiator: Instantiator, name: String, url: URI, type: CustomPluginRepositoryType, allowInsecureProtocol: Boolean = true)

Parameters

objects

Factory for creating domain objects.

instantiator

The Gradle instantiator used to create new credential instances.

name

The name of the repository.

url

The URL of the repository.

type

The custom repository type for plugins.

allowInsecureProtocol

Flag indicating if insecure protocols (like http) are allowed.