api / org.gradle.api.artifacts / ArtifactRepositoryContainer / addFirst

addFirst

abstract fun addFirst(repository: ArtifactRepository): Unit

Adds a repository to this container, at the start of the repository sequence.

Parameters

repository - The repository to add.