-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathsettings.gradle
More file actions
26 lines (25 loc) · 1.12 KB
/
settings.gradle
File metadata and controls
26 lines (25 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
rootProject.name = 'spark-yun'
include 'spark-yun-agent'
include 'spark-yun-dist'
include 'spark-yun-frontend'
include 'spark-yun-backend'
include 'spark-yun-backend:spark-yun-main'
include 'spark-yun-backend:spark-yun-api-base'
include 'spark-yun-backend:spark-yun-api'
include 'spark-yun-backend:spark-yun-common'
include 'spark-yun-backend:spark-yun-modules'
include 'spark-yun-backend:spark-yun-security'
include 'spark-yun-plugins'
include 'spark-yun-plugins:spark-query-sql-plugin'
include 'spark-yun-plugins:spark-data-sync-jdbc-plugin'
include 'spark-yun-plugins:spark-excel-sync-jdbc-plugin'
include 'spark-yun-vip'
include 'spark-yun-vip:spark-yun-backend'
include 'spark-yun-vip:spark-yun-license'
include 'spark-yun-vip:spark-yun-plugins'
include 'spark-yun-vip:spark-yun-plugins:spark-container-sql-plugin'
include 'spark-yun-vip:spark-yun-plugins:spark-real-sync-plugin'
include 'spark-yun-vip:spark-yun-plugins:spark-db-migrator-plugin'
include 'spark-yun-vip:spark-yun-plugins:flink-sql-execute-plugin'
include 'spark-yun-vip:spark-yun-plugins:spark-etl-plugin'
include 'spark-yun-vip:spark-yun-plugins:api-sync-execute-plugin'