1 Star 0 Fork 0

lastwizard / datahub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
repositories.gradle 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
repositories {
gradlePluginPortal()
jcenter()
mavenLocal()
mavenCentral()
maven {
url "https://packages.confluent.io/maven/"
}
maven {
url "https://dl.bintray.com/gradle/gradle-plugins"
}
maven {
url "https://plugins.gradle.org/m2/"
}
}
try {
subprojects {
project.repositories.addAll(rootProject.repositories)
}
} catch (Throwable t) {
}
1
https://gitee.com/lastwizard_admin/datahub.git
git@gitee.com:lastwizard_admin/datahub.git
lastwizard_admin
datahub
datahub
master

搜索帮助