-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.gradle
119 lines (103 loc) · 5.95 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/*
* This file was generated by the Gradle 'init' task.
*
* This project uses @Incubating APIs which are subject to change.
*/
pluginManagement {
// repositories {
// mavenLocal()
// gradlePluginPortal()
// }
plugins {
id 'org.openapi.generator' version '7.10.0'
}
}
rootProject.name = 'blaze-query'
include(':blaze-query-core')
include(':blaze-query-core-api')
include(':blaze-query-core-impl')
include(':blaze-query-documentation')
include(':blaze-query-examples')
include(':blaze-query-examples-app')
include(':blaze-query-connector')
include(':blaze-query-connector-base')
include(':blaze-query-connector-entity-view')
include(':blaze-query-connector-gitlab')
include(':blaze-query-connector-github')
include(':blaze-query-connector-github-openapi')
include(':blaze-query-connector-github-openapi-jersey3')
include(':blaze-query-connector-kandji')
include(':blaze-query-connector-kandji-jersey3')
include(':blaze-query-connector-jira')
include(':blaze-query-connector-jira-cloud')
include(':blaze-query-connector-jira-cloud-jersey3')
include(':blaze-query-connector-jira-datacenter')
include(':blaze-query-connector-jira-datacenter-jersey3')
include(':blaze-query-connector-azure')
include(':blaze-query-connector-azure-graph')
include(':blaze-query-connector-azure-resourcemanager')
include(':blaze-query-connector-aws')
include(':blaze-query-connector-aws-base')
include(':blaze-query-connector-aws-iam')
include(':blaze-query-connector-aws-elb')
include(':blaze-query-connector-aws-ecs')
include(':blaze-query-connector-aws-lambda')
include(':blaze-query-connector-aws-rds')
include(':blaze-query-connector-aws-ec2')
include(':blaze-query-connector-aws-ecr')
include(':blaze-query-connector-aws-route53')
include(':blaze-query-connector-aws-s3')
include(':blaze-query-connector-aws-efs')
include(':blaze-query-connector-google')
include(':blaze-query-connector-google-workspace')
include(':blaze-query-connector-google-workspace-directory')
include(':blaze-query-connector-google-workspace-drive')
include(':blaze-query-connector-google-gcp')
include(':blaze-query-connector-google-gcp-base')
include(':blaze-query-connector-google-gcp-compute')
include(':blaze-query-connector-google-gcp-iam')
include(':blaze-query-connector-google-gcp-storage')
project(":blaze-query-core").projectDir = file('core')
project(":blaze-query-core-api").projectDir = file('core/api')
project(":blaze-query-core-impl").projectDir = file('core/impl')
project(":blaze-query-documentation").projectDir = file('documentation')
project(":blaze-query-examples").projectDir = file('examples')
project(":blaze-query-examples-app").projectDir = file('examples/app')
project(":blaze-query-connector").projectDir = file('connector')
project(":blaze-query-connector-base").projectDir = file('connector/base')
project(":blaze-query-connector-entity-view").projectDir = file('connector/entity-view')
project(":blaze-query-connector-gitlab").projectDir = file('connector/gitlab')
project(":blaze-query-connector-github").projectDir = file('connector/github')
project(":blaze-query-connector-github-openapi").projectDir = file('connector/github-openapi')
project(":blaze-query-connector-github-openapi-jersey3").projectDir = file('connector/github-openapi/jersey3')
project(":blaze-query-connector-kandji").projectDir = file('connector/kandji')
project(":blaze-query-connector-kandji-jersey3").projectDir = file('connector/kandji/jersey3')
project(":blaze-query-connector-jira").projectDir = file('connector/jira')
project(":blaze-query-connector-jira-cloud").projectDir = file('connector/jira/cloud')
project(":blaze-query-connector-jira-cloud-jersey3").projectDir = file('connector/jira/cloud/jersey3')
project(":blaze-query-connector-jira-datacenter").projectDir = file('connector/jira/datacenter')
project(":blaze-query-connector-jira-datacenter-jersey3").projectDir = file('connector/jira/datacenter/jersey3')
project(":blaze-query-connector-azure").projectDir = file('connector/azure')
project(":blaze-query-connector-azure-graph").projectDir = file('connector/azure/graph')
project(":blaze-query-connector-azure-resourcemanager").projectDir = file('connector/azure/resourcemanager')
project(":blaze-query-connector-aws").projectDir = file('connector/aws')
project(":blaze-query-connector-aws-base").projectDir = file('connector/aws/base')
project(":blaze-query-connector-aws-iam").projectDir = file('connector/aws/iam')
project(":blaze-query-connector-aws-elb").projectDir = file('connector/aws/elb')
project(":blaze-query-connector-aws-ecs").projectDir = file('connector/aws/ecs')
project(":blaze-query-connector-aws-lambda").projectDir = file('connector/aws/lambda')
project(":blaze-query-connector-aws-rds").projectDir = file('connector/aws/rds')
project(":blaze-query-connector-aws-ec2").projectDir = file('connector/aws/ec2')
project(":blaze-query-connector-aws-ecr").projectDir = file('connector/aws/ecr')
project(":blaze-query-connector-aws-route53").projectDir = file('connector/aws/route53')
project(":blaze-query-connector-aws-s3").projectDir = file('connector/aws/s3')
project(":blaze-query-connector-aws-efs").projectDir = file('connector/aws/efs')
project(":blaze-query-connector-google").projectDir = file('connector/google')
project(":blaze-query-connector-google-workspace").projectDir = file('connector/google/workspace')
project(":blaze-query-connector-google-workspace-directory").projectDir = file('connector/google/workspace/directory')
project(":blaze-query-connector-google-workspace-drive").projectDir = file('connector/google/workspace/drive')
project(":blaze-query-connector-google-gcp").projectDir = file('connector/google/gcp')
project(":blaze-query-connector-google-gcp-base").projectDir = file('connector/google/gcp/base')
project(":blaze-query-connector-google-gcp-compute").projectDir = file('connector/google/gcp/compute')
project(":blaze-query-connector-google-gcp-iam").projectDir = file('connector/google/gcp/iam')
project(":blaze-query-connector-google-gcp-storage").projectDir = file('connector/google/gcp/storage')