PluginsRepositoryConfiguration

abstract class PluginsRepositoryConfiguration @Inject constructor(dependenciesDownloader: DependenciesDownloader)

Constructors

Link copied to clipboard
@Inject
fun PluginsRepositoryConfiguration(dependenciesDownloader: DependenciesDownloader)

Functions

Link copied to clipboard
fun custom(url: String)

Use custom plugin repository. The URL should point to the plugins.xml or updatePlugins.xml file.

Link copied to clipboard
Link copied to clipboard

Use default marketplace repository.

Link copied to clipboard
fun maven(url: String)

Use a Maven repository with plugin artifacts.

fun maven(action: Action<in MavenArtifactRepository>)

Use a Maven repository by action.