Maven Repository Plugin By Action
class MavenRepositoryPluginByAction(maven: Action<in MavenArtifactRepository>, dependenciesDownloader: DependenciesDownloader) : MavenRepository
Constructors
Link copied to clipboard
fun MavenRepositoryPluginByAction(maven: Action<in MavenArtifactRepository>, dependenciesDownloader: DependenciesDownloader)
Functions
Link copied to clipboard
open fun getPluginFile(project: Project, dependenciesDownloader: DependenciesDownloader, dependency: Dependency, repository: MavenArtifactRepository, url: String, context: String?): File?
Link copied to clipboard
Link copied to clipboard
open override fun resolve(project: Project, plugin: PluginDependencyNotation, context: String?): File?