com.xenoterracide.gradle.mirror
所有者: Caleb Cushing
如果已定义,请使用私有镜像,或使用Maven中心
https://bitbucket.org/xenoterracide/gradle-mirror
源代码: https://bitbucket.org/xenoterracide/gradle-mirror
使用 插件DSL
plugins {
id("com.xenoterracide.gradle.mirror") version "0.2.1"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.xenoterracide:gradle-mirror:0.2.1")
}
}
apply(plugin = "com.xenoterracide.gradle.mirror")