aliyun

fun RepositoryHandler.aliyun(repo: String = "public", descriptor: MavenRepositoryContentDescriptor.() -> Unit = {}): MavenArtifactRepository

Adds a Maven repository that is hosted by Alibaba Cloud.

The URLs for the repositories are as follows:

Return

the configured Maven repository.

Parameters

repo

the name of the repository to add.

descriptor

the configuration block for the Maven repository content descriptor.