搜索 Gradle 插件
为了确认插件删除,请输入插件ID和作者姓名
luo robothy
com.robothy.cn-repo
所有者: luo robothy
快速设置CN仓库。
https://github.com/Robothy/cn-repo
来源: https://github.com/Robothy/cn-repo
1.8
创建日期:2021年2月5日。
plugins { id("com.robothy.cn-repo") version "1.8" }
buildscript { repositories { maven { url = uri("https://plugins.gradle.org.cn/m2/") } } dependencies { classpath("com.robothy:cn-repo:1.8") } } apply(plugin = "com.robothy.cn-repo")
plugins { id "com.robothy.cn-repo" version "1.8" }
buildscript { repositories { maven { url "https://plugins.gradle.org.cn/m2/" } } dependencies { classpath "com.robothy:cn-repo:1.8" } } apply plugin: "com.robothy.cn-repo"
学习如何应用于子项目