1 Star 0 Fork 14

shiyifeng / sylph

forked from ideal(harbby) / sylph 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 933 Bytes
一键复制 编辑 原始数据 按行查看 历史
ideal(harbby) 提交于 2018-10-29 21:41 . .
pluginManagement {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
}
rootProject.name = 'sylph'
include 'sylph-spi'
include 'sylph-main'
include 'ideal-common'
include 'sylph-controller'
include 'sylph-runners'
include 'sylph-runners:batch'
project(':sylph-runners:batch').name = 'sylph-runner-batch'
include 'sylph-runners:flink'
project(':sylph-runners:flink').name = 'sylph-runner-flink'
include ':sylph-runners:spark'
//project(":sql-13").projectDir = new File(settingsDir, "spark/sql-13")
project(':sylph-runners:spark').name = 'sylph-runner-spark'
//----
include 'sylph-etl-api'
include 'sylph-connectors'
include 'sylph-connectors:sylph-flink'
include 'sylph-connectors:sylph-spark'
include 'sylph-connectors:sylph-mysql'
findProject(':sylph-connectors:sylph-mysql')?.name = 'sylph-mysql'
//----
include 'sylph-dist'
include 'sylph-parser'
include 'sylph-docs'
Java
1
https://gitee.com/shiyifeng/sylph.git
git@gitee.com:shiyifeng/sylph.git
shiyifeng
sylph
sylph
master

搜索帮助