Package-level declarations

Properties

Link copied to clipboard
val Project.gradlePublishing: PublishingExtension
Link copied to clipboard
val Project.gradleSigning: SigningExtension
Link copied to clipboard
val Project.libs: VersionCatalog

Functions

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

Adds a Maven repository that is hosted by Alibaba Cloud.

Link copied to clipboard
fun RepositoryHandler.huawei(descriptor: MavenRepositoryContentDescriptor.() -> Unit = {}): MavenArtifactRepository

Huawei Cloud mirrors the Maven Central repository at https://repo.huaweicloud.com/repository/maven.

Link copied to clipboard
fun RepositoryHandler.jitpack(descriptor: MavenRepositoryContentDescriptor.() -> Unit = {}): MavenArtifactRepository

Adds the JitPack Maven repository to the repository handler.

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

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