api / org.gradle.api.artifacts / ArtifactRepositoryContainer / addLast

addLast

abstract fun addLast(repository: ArtifactRepository): Unit

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

Parameters

repository - The repository to add.