tencent

fun RepositoryHandler.tencent(descriptor: MavenRepositoryContentDescriptor.() -> Unit = {}): MavenArtifactRepository

Tencent Cloud mirrors the Maven Central repository at https://mirrors.cloud.tencent.com/nexus/repository/maven-public/.

This method is a convenience wrapper around the RepositoryHandler.maven method that sets the URL to the above.

Return

the configured Maven repository.

Parameters

descriptor

the configuration block for the Maven repository content descriptor.