-
Notifications
You must be signed in to change notification settings - Fork 5
/
settings.gradle
56 lines (56 loc) · 2.32 KB
/
settings.gradle
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
rootProject.name = 'kun'
include ':kun-commons:kun-commons-db'
include ':kun-commons:kun-commons-utils'
include ':kun-commons:kun-commons-testing'
include ':kun-commons:kun-commons-web'
include ':kun-commons:kun-commons-query'
include ':kun-commons:kun-commons-rpc'
include ':kun-commons:kun-commons-pubsub'
include ':kun-metadata:kun-metadata-core'
include ':kun-metadata:kun-metadata-common'
include ':kun-metadata:kun-metadata-databuilder'
include ':kun-metadata:kun-metadata-service-facade'
include ':kun-metadata:kun-metadata-web'
include ':kun-frontend'
include ':kun-workflow:kun-workflow-utils'
include ':kun-workflow:kun-workflow-testing'
include ':kun-workflow:kun-workflow-client'
include ':kun-workflow:kun-workflow-core'
include ':kun-workflow:kun-workflow-common'
include ':kun-workflow:kun-workflow-scheduler'
include ':kun-workflow:kun-workflow-executor'
include ':kun-workflow:kun-workflow-worker'
include ':kun-workflow:kun-workflow-facade'
include ':kun-workflow:kun-workflow-web'
include ':kun-data-platform:kun-workflow-operators'
include ':kun-data-platform:kun-workflow-operators:bash-operator'
include ':kun-data-quality:data-quality-operators'
include ':kun-data-quality:kun-data-quality-web'
include ':kun-data-quality:kun-data-quality-core'
include ':kun-data-quality:kun-data-quality-facade'
include ':kun-data-platform:kun-workflow-operators:docker-operators'
include ':kun-data-platform:kun-workflow-operators:spark-operators'
include ':kun-data-platform:kun-workflow-operators:operator-utils'
include ':kun-data-discovery'
include ':kun-security'
include ':kun-app-common'
include ':kun-data-quality'
include ':kun-data-platform'
include ':kun-data-platform:kun-data-platform-web'
include ':kun-data-platform:kun-data-platform-facade'
include ':kun-security:kun-security-server'
include ':kun-security:kun-security-common'
include ':kun-security:kun-security-facade'
include ':kun-data-dashboard'
include ':kun-app'
include ':kun-infra'
include ':kun-db-schema:kun-infra-db-schema'
include ':kun-db-schema:kun-app-db-schema'
include ':kun-monitor'
include ':kun-monitor:kun-monitor-alert'
include ':kun-monitor:kun-monitor-sla'
include ':kun-monitor:kun-monitor-facade'
include ':kun-openapi'
include ':kun-operation-record'
include ':kun-operation-record:kun-operation-record-common'
include ':kun-operation-record:kun-operation-record-server'