1 Star 0 Fork 3

Jolly/WhereHows

forked from zlong/WhereHows 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
hzhang2 提交于 2017-08-22 14:56 . refactor based on comments
def modules = [
"wherehows-backend",
"wherehows-common",
"wherehows-dao",
"wherehows-data-model",
"wherehows-etl",
"wherehows-frontend",
"wherehows-hadoop",
"wherehows-kafka",
"wherehows-web",
]
modules.each { module ->
if (!file("${rootDir}/${module}").directory) {
throw new GradleException("Module '$module' specified in the settings.gradle file must be a valid directory in the root project.")
}
include "${module}"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhlei2004/WhereHows.git
git@gitee.com:zhlei2004/WhereHows.git
zhlei2004
WhereHows
WhereHows
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385